Test Node 10 on travis matrix build

(closes #5028)
This commit is contained in:
Bryan Housel
2018-05-07 12:24:23 -04:00
parent 2ca3024b38
commit 0ba8aab93a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ language: node_js
node_js:
- "6"
- "8"
- "10"
sudo: required
before_script:
- npm run all
+1 -1
View File
@@ -10,7 +10,7 @@ echo "TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
if [[ "$TRAVIS" != "true" ]]; then exit 0; fi
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi
if [[ "$TRAVIS_BRANCH" != "master" ]]; then exit 0; fi
if [[ "$TRAVIS_NODE_VERSION" != "6" ]]; then exit 0; fi
if [[ "$TRAVIS_NODE_VERSION" != "10" ]]; then exit 0; fi
echo "Pushing source strings to Transifex..."
pip install virtualenv