Merge pull request #577 from kiwix/kelson42-patch-1

Mask pkill returning 1
This commit is contained in:
Kelson 2019-12-05 16:27:56 +01:00 committed by GitHub
commit 4309bd3d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ script:
- "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env firefox,chrome" - "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env firefox,chrome"
- "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env edge40,edge44" - "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env edge40,edge44"
- "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env firefox45,chrome58,ie11" - "./node_modules/nightwatch/bin/nightwatch -c nightwatch.js --env firefox45,chrome58,ie11"
- pkill node - pkill node || echo "Node process not running (anymore)"
deploy: deploy:
- provider: script - provider: script
# Nightly builds (launched by cron) # Nightly builds (launched by cron)