Skip to content

Commit 322d083

Browse files
authored
Run travis on 1.0 (allowed failure) (#219)
1 parent ddd2590 commit 322d083

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ os:
55
julia:
66
- 0.6
77
- 0.7
8+
- 1.0
9+
matrix:
10+
allow_failures:
11+
- julia: 1.0
812
notifications:
913
email: false
1014
sudo: false
@@ -14,10 +18,6 @@ addons:
1418
- liblapack-dev
1519
- libgmp-dev
1620
- libglpk-dev
17-
script:
18-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19-
- julia -e 'Pkg.clone(pwd())'
20-
- julia -e 'Pkg.test("MathProgBase")'
2121
after_success:
2222
- julia -e 'Pkg.add("Documenter")'
2323
- julia -e 'cd(Pkg.dir("MathProgBase")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)