Skip to content

Commit

Permalink
Disable cc-test-reporter which breaks deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bailey committed Aug 30, 2018
1 parent 2c38394 commit 7d230cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ cache:
pip: true
install:
- pip3 install -q -r requirements.txt -r test-requirements.txt
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- ./run_tests.sh
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
deploy:
provider: pypi
user: faucet
Expand Down

0 comments on commit 7d230cd

Please sign in to comment.