Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Test on nightly but allow failures, make codecov submission code work…
Browse files Browse the repository at this point in the history
… on 1.0 without deprecations. (#62)
  • Loading branch information
tkoolen authored and odow committed Sep 5, 2018
1 parent 4cadd43 commit b553df3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ julia:
- 0.6
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
git:
Expand All @@ -21,4 +25,5 @@ notifications:
on_start: never # options: [always|never|change] default: always

after_success:
- julia -e '(VERSION >= v"0.7" && using Pkg); cd(Pkg.dir("LinQuadOptInterface")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'if VERSION >= v"0.7-"; using Pkg; else; cd(Pkg.dir("LinQuadOptInterface")); end; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit b553df3

Please sign in to comment.