Skip to content

Commit

Permalink
Add coveralls configs
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Jun 20, 2017
1 parent b58a8aa commit c0ead96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ 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
- sh travis.sh run_tests --coverage
# testing syntax_test files
# - sh travis.sh run_syntax_tests

Expand Down

0 comments on commit c0ead96

Please sign in to comment.