Skip to content

Commit

Permalink
Merge pull request #73 from eseidelGoogle/travis
Browse files Browse the repository at this point in the history
Change travis.sh to use --throw-on-error
  • Loading branch information
nilsdoehring committed Mar 6, 2017
2 parents 3b67e6c + 46a5f24 commit c8b9bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/travis.sh
Expand Up @@ -13,6 +13,8 @@ if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "stable" ]; then
dart bin/dart_coveralls.dart report \
--retry 2 \
--exclude-test-files \
--throw-on-error \
--throw-on-connectivity-error \
--debug \
test/test_all.dart
echo "Coverage complete."
Expand Down

0 comments on commit c8b9bc8

Please sign in to comment.