Skip to content

Commit

Permalink
leaner testing
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jul 24, 2020
1 parent 0cf2e2d commit 9ddf55e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: julia
os:
- linux
- osx
julia:
- 1.4
- nightly
Expand All @@ -23,7 +22,5 @@ notifications:
email: false

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

0 comments on commit 9ddf55e

Please sign in to comment.