Skip to content

Commit

Permalink
Test Node 10 on travis matrix build
Browse files Browse the repository at this point in the history
(closes #5028)
  • Loading branch information
bhousel committed May 7, 2018
1 parent 2ca3024 commit 0ba8aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "6"
- "8"
- "10"
sudo: required
before_script:
- npm run all
Expand Down
2 changes: 1 addition & 1 deletion scripts/txpush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ba8aab

Please sign in to comment.