mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
+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