Skip to content

Commit

Permalink
Merge pull request #111 from dart-lang/travis_build
Browse files Browse the repository at this point in the history
run build_sdk.sh from travis
  • Loading branch information
John Messerly committed Mar 27, 2015
2 parents 0e0cff2 + 68aada4 commit 12b3fa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/dev_compiler/tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# 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.
Expand Down

0 comments on commit 12b3fa3

Please sign in to comment.