We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2279dd commit e72305eCopy full SHA for e72305e
scripts/ci/test_e2e_dart.sh
@@ -16,7 +16,7 @@ function killServer () {
16
# So we do this only for post-commit testing.
17
# Pull requests test with Dartium and pub serve
18
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
19
- ./node_modules/.bin/gulp build/pubbuild.dart
+ # WARNING: the build/pubbuild.dart task is assumed to have been run before, in test_server_dart.sh
20
./node_modules/.bin/gulp serve.js.dart2js&
21
serverPid=$!
22
else
0 commit comments