Skip to content

Commit

Permalink
revert coveralls changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Bahmer committed Apr 25, 2016
1 parent ed2384e commit daf091e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ before_install:
- sudo apt-get install -qq python-apt
install:
- pip install ansible
- pip install coveralls
script:
- ansible-playbook -i ansible/travis.inventory ansible/scrapy-cluster.yml --syntax-check
- ansible-playbook -i ansible/travis.inventory ansible/scrapy-cluster.yml --connection=local
Expand All @@ -20,7 +19,6 @@ script:
- cd utils; python setup.py install; cd ../
- ./run_offline_tests.sh
- ./run_online_tests.sh
- deactivate
notifications:
slack:
rooms:
Expand All @@ -29,4 +27,4 @@ notifications:
on_failure: always
on_start: always
after_success:
- coveralls
- pip install coveralls; coveralls

0 comments on commit daf091e

Please sign in to comment.