Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kota7 committed Mar 6, 2019
1 parent 03526ff commit 4917adf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ julia:
- 1.0
- 1.1
- nightly

after_success:
# push coverage results to Coveralls
- julia -e 'import Pkg; cd(Pkg.dir("TenPuzzle")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'import Pkg; cd(Pkg.dir("TenPuzzle")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 4917adf

Please sign in to comment.