Skip to content

Commit

Permalink
adding tests for julia 0.5 (lanl-ansi#18)
Browse files Browse the repository at this point in the history
* updating travis to check Julia v0.4 and v0.5, and OS X
* adding min JuMP version of 0.14.0 to support Julia v0.5
  • Loading branch information
ccoffrin authored Aug 29, 2016
1 parent e88b114 commit 95db77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: julia
os:
- linux
# - osx
- osx
julia:
- 0.4
- 0.5
cache:
directories:
- /home/travis/.julia
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.4.6
JSON
MathProgBase 0.5.4
JuMP
JuMP 0.14.0
2 changes: 0 additions & 2 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
julia 0.4.6
JSON
JuMP

Ipopt
SCS
Expand Down

0 comments on commit 95db77c

Please sign in to comment.