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

Commit b553df3

Browse files
tkoolenodow
authored andcommitted
Test on nightly but allow failures, make codecov submission code work on 1.0 without deprecations. (#62)
1 parent 4cadd43 commit b553df3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ julia:
66
- 0.6
77
- 0.7
88
- 1.0
9+
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
913
notifications:
1014
email: false
1115
git:
@@ -21,4 +25,5 @@ notifications:
2125
on_start: never # options: [always|never|change] default: always
2226

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

0 commit comments

Comments
 (0)