We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e0cff2 + 68aada4 commit 12b3fa3Copy full SHA for 12b3fa3
pkg/dev_compiler/tool/travis.sh
@@ -3,6 +3,9 @@
3
# Fast fail the script on failures.
4
set -e
5
6
+# Build first
7
+./tool/build_sdk.sh
8
+
9
dart --checked test/all_tests.dart
10
11
# Install dart_coveralls; gather and send coverage data.
0 commit comments