Skip to content

Commit

Permalink
here goes
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Apr 13, 2019
1 parent bd46ce5 commit 029b932
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -30,9 +30,15 @@ install:
- sudo apt-get install graphviz
- pip install tox coveralls

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:
- tox -e $TOX_ENV

after_success:
after_script:
- tox -e coverage-report
- coveralls
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit 029b932

Please sign in to comment.