diff --git a/.travis.yml b/.travis.yml index bd742f71c..e7f038ec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - pip install coveralls - pip install -r requirements.txt script: - nosetests --with-coverage --cover-package telegram/ + - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false' + - nosetests --with-coverage --cover-package telegram/ after_success: - coveralls + - coveralls