mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-08 18:33:22 +02:00
feat(build): updating supported Node.js versions for CI (#1768)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
echo "$TRAVIS_NODE_VERSION"
|
||||
if [[ "$TRAVIS_NODE_VERSION" == "6" || "$TRAVIS_NODE_VERSION" == "7" ]]
|
||||
then
|
||||
npm install protractor
|
||||
export DISPLAY=:99.0
|
||||
bash -e /etc/init.d/xvfb start
|
||||
./node_modules/protractor/bin/webdriver-manager update --standalone --firefox
|
||||
./node_modules/protractor/bin/webdriver-manager start 2>&1 &
|
||||
fi
|
||||
Reference in New Issue
Block a user