X Tutup
Skip to content

Commit 968b19e

Browse files
committed
Rolling back travis settings
1 parent 7993328 commit 968b19e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ install:
1010
- pip install coveralls
1111
- pip install -r requirements.txt
1212
script:
13-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false'
14-
- nosetests --with-coverage --cover-package telegram/
13+
nosetests --with-coverage --cover-package telegram/
1514
after_success:
16-
- coveralls
15+
coveralls

0 commit comments

Comments
 (0)
X Tutup