feat(build): updating supported Node.js versions for CI (#1768)

This commit is contained in:
Liran Tal
2017-06-10 23:25:02 +03:00
committed by GitHub
parent 68c96066c2
commit 7b91f76fd3
3 changed files with 11 additions and 48 deletions

View File

@@ -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