commit | b92330b876b832e3c632629288d0ee1eca9571c5 | [log] [tgz] |
---|---|---|
author | Phil Quitslund <pq@users.noreply.github.com> | Tue May 26 20:14:52 2015 |
committer | Phil Quitslund <pq@users.noreply.github.com> | Tue May 26 20:14:52 2015 |
tree | 4d158ccf0f2c866bee90bed1085edc132e7f750e | |
parent | 23f5ad9b17f320204e8f48a9aa62d6d61e578a67 [diff] |
Roll coveralls back to latest. (Fix #11.)
diff --git a/tool/travis.sh b/tool/travis.sh index f534076..d193559 100755 --- a/tool/travis.sh +++ b/tool/travis.sh
@@ -17,7 +17,7 @@ # Install dart_coveralls; gather and send coverage data. if [ "$COVERALLS_TOKEN" ]; then - pub global activate dart_coveralls 0.1.11 + pub global activate dart_coveralls pub global run dart_coveralls report \ --token $COVERALLS_TOKEN \ --retry 2 \