Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Mar 14, 2019
1 parent d606641 commit 6037dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
# tags do not need to pull and push anything as we release from a branch.
# see https://docs-staging.travis-ci.com/user/environment-variables/#default-environment-variables
# set USE_TRANSIFEX to "true" or "false"
- if [ -z "$TRAVIS_TAG" ]; then USE_TRANSIFEX="$TRAVIS_SECURE_ENV_VARS"; else USE_TRANSIFEX="false"; done
- if [ -z "$TRAVIS_TAG" ]; then USE_TRANSIFEX="$TRAVIS_SECURE_ENV_VARS"; else USE_TRANSIFEX="false"; fi
- echo "Using Trasifex? $USE_TRANSIFEX"
# check if we are on a release branch
# see https://docs-staging.travis-ci.com/user/environment-variables/#default-environment-variables
Expand Down

0 comments on commit 6037dd1

Please sign in to comment.