Skip to content

Commit 12b3fa3

Browse files
author
John Messerly
committed
Merge pull request #111 from dart-lang/travis_build
run build_sdk.sh from travis
2 parents 0e0cff2 + 68aada4 commit 12b3fa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/dev_compiler/tool/travis.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Fast fail the script on failures.
44
set -e
55

6+
# Build first
7+
./tool/build_sdk.sh
8+
69
dart --checked test/all_tests.dart
710

811
# Install dart_coveralls; gather and send coverage data.

0 commit comments

Comments
 (0)