You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .travis.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ julia:
6
6
- 0.6
7
7
- 0.7
8
8
- 1.0
9
+
- nightly
10
+
matrix:
11
+
allow_failures:
12
+
- julia: nightly
9
13
notifications:
10
14
email: false
11
15
git:
@@ -21,4 +25,5 @@ notifications:
21
25
on_start: never # options: [always|never|change] default: always
22
26
23
27
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())'
0 commit comments