Skip to content

Commit

Permalink
Run travis on 1.0 (allowed failure) (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin authored Aug 28, 2018
1 parent ddd2590 commit 322d083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ os:
julia:
- 0.6
- 0.7
- 1.0
matrix:
allow_failures:
- julia: 1.0
notifications:
email: false
sudo: false
Expand All @@ -14,10 +18,6 @@ addons:
- liblapack-dev
- libgmp-dev
- libglpk-dev
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.test("MathProgBase")'
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("MathProgBase")); include(joinpath("docs", "make.jl"))'

0 comments on commit 322d083

Please sign in to comment.