Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add Codecov and Coveralls
  • Loading branch information
javierbarbero committed Sep 29, 2019
1 parent c11dccd commit 97bf03c
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
@@ -1,4 +1,6 @@
language: julia
codecov: true
coveralls: true

os:
- linux
Expand All @@ -7,6 +9,3 @@ julia:
- 1.0
- 1.1
- 1.2

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 97bf03c

Please sign in to comment.