Browse Source

Disconnect transifex from travis to be more explicit

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

+ 1 - 4
.travis.yml

@@ -13,12 +13,9 @@ python:
 install:
   - pip install -U pip setuptools
   - pip install coveralls
-  - pip install transifex-client
 before_script:
   - psql -c "create database travis_ci_test;" -U postgres
 script:
   - coverage run --source=misago setup.py test
 after_success:
-  - coveralls
-  - 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 fi
+  - coveralls