Skip to content

Commit

Permalink
Remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Jun 20, 2017
1 parent cf609ec commit 7eb2749
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ before_install:
- curl -OL https://raw.githubusercontent.com/randy3k/UnitTesting/master/sbin/travis.sh

install:
- pip install coverage
- pip install coveralls
- sh travis.sh bootstrap

after_success: coveralls

script:
- sh travis.sh run_tests --coverage
# testing syntax_test files
# - sh travis.sh run_syntax_tests

after_success: coveralls

notifications:
email: true

0 comments on commit 7eb2749

Please sign in to comment.