Browse Source

Fix conditional for transifex

Rafał Pitoń 7 years ago
parent
commit
0015ac8045
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,4 +21,4 @@ script:
 after_success:
 after_success:
   - coveralls
   - coveralls
   - sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\n' > ~/.transifexrc
   - sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\n' > ~/.transifexrc
-  - if [ "$TRAVIS_EVENT_TYPE" != "pull_request" ]; then tx push -s
+  - if [ "$TRAVIS_EVENT_TYPE" != "pull_request" ]; then tx push -s fi