| Index: tool/travis.sh
|
| diff --git a/tool/travis.sh b/tool/travis.sh
|
| deleted file mode 100755
|
| index 5e761cf41a9b451e70b14aec495bb79d371869ec..0000000000000000000000000000000000000000
|
| --- a/tool/travis.sh
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -#!/bin/bash
|
| -
|
| -# Fast fail the script on failures.
|
| -set -e
|
| -
|
| -# Build first
|
| -./tool/build_sdk.sh
|
| -
|
| -dart --checked test/all_tests.dart
|
| -
|
| -# Install dart_coveralls; gather and send coverage data.
|
| -if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "stable" ]; then
|
| - pub global run dart_coveralls report \
|
| - --token $COVERALLS_TOKEN \
|
| - --retry 2 \
|
| - --exclude-test-files \
|
| - test/all_tests.dart
|
| -fi
|
|
|