Skip to content

Commit eb23e4c

Browse files
committed
Merge pull request #151 from AlexKnauth/after-script
put raco cover in after_script
2 parents beaaa03 + a16132f commit eb23e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR # install depende
1717

1818
script:
1919
- raco test $TRAVIS_BUILD_DIR # run tests. you wrote tests, right?
20+
21+
after_success:
2022
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage . # generate coverage information for coveralls

0 commit comments

Comments
 (0)