Skip to content

Commit

Permalink
move coveralls to after_success to avoid these pointless failures
Browse files Browse the repository at this point in the history
  • Loading branch information
florence committed Feb 4, 2016
1 parent e997e6d commit e7b2eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ install:

script:
- raco test -Q $TRAVIS_BUILD_DIR

after_success:
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -b $TRAVIS_BUILD_DIR

0 comments on commit e7b2eab

Please sign in to comment.