We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d4eac + 8529eda commit 6cef892Copy full SHA for 6cef892
tool/travis.sh
@@ -46,16 +46,17 @@ else
46
dart -c ../bin/dartdoc.dart
47
cd ..
48
49
- # Run the tests.
50
- grind test
51
-
52
# Gather and send coverage data.
53
- if [ "$REPO_TOKEN" ]; then
+ if [ "$REPO_TOKEN" ]
+ then
54
pub global activate dart_coveralls
55
pub global run dart_coveralls report \
56
--token $REPO_TOKEN \
57
--retry 2 \
58
--exclude-test-files \
59
test/all.dart
+ else
+ # Only run the tests.
60
+ grind test
61
fi
62
0 commit comments