diff --git a/.travis.yml b/.travis.yml index d67619a35f..c94aba48e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "6" - "8" + - "10" sudo: required before_script: - npm run all diff --git a/scripts/txpush.sh b/scripts/txpush.sh index 84b36fcac7..5807b321b2 100755 --- a/scripts/txpush.sh +++ b/scripts/txpush.sh @@ -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