X Tutup
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/ci/test_e2e_dart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function killServer () {
# So we do this only for post-commit testing.
# Pull requests test with Dartium and pub serve
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
./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
./node_modules/.bin/gulp serve.js.dart2js&
serverPid=$!
else
Expand Down
X Tutup