mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
@@ -2,6 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
sudo: required
|
||||
before_script:
|
||||
- npm run all
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user