Update for new branch names

This commit is contained in:
Quincy Morgan
2020-03-20 11:36:26 -07:00
parent 72a99673a0
commit 32600f993f
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,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" != "2.x" ]]; then exit 0; fi
if [[ "$TRAVIS_BRANCH" != "develop" ]]; then exit 0; fi
if [[ "$TRAVIS_NODE_VERSION" != "10" ]]; then exit 0; fi
echo "Pushing source strings to Transifex..."