parent
c2279dd651
commit
e72305e685
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue