Skip to content

Commit

Permalink
Update .travis.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Nov 6, 2018
1 parent 1227d00 commit b089af5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
Expand All @@ -7,8 +6,10 @@ julia:
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
after_success:
# push coverage results
- julia -e 'cd(Pkg.dir("SLEEF")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
coveralls: true
codecov: true

0 comments on commit b089af5

Please sign in to comment.