Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
activate some packages for use while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 5, 2015
1 parent b80c4d9 commit 25a0f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/travis.sh
Expand Up @@ -7,7 +7,9 @@
# Fast fail the script on failures.
set -e

# Activate some packages for use while running tests.
pub global activate dart_coveralls
pub global activate --source git https://github.com/dart-lang/pub_cache.git

# Verify that the libraries are error free.
dartanalyzer --fatal-warnings \
Expand All @@ -18,7 +20,7 @@ dartanalyzer --fatal-warnings \
# Run the tests.
dart test/all.dart

# Install dart_coveralls; gather and send coverage data.
# Gather and send coverage data.
if [ "$COVERALLS_TOKEN" ]; then
pub global run dart_coveralls report \
--token $COVERALLS_TOKEN \
Expand Down

0 comments on commit 25a0f1d

Please sign in to comment.