Skip to content

Commit 95db77c

Browse files
authored
adding tests for julia 0.5 (#18)
* 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
1 parent e88b114 commit 95db77c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: julia
22
os:
33
- linux
4-
# - osx
4+
- osx
55
julia:
66
- 0.4
7+
- 0.5
78
cache:
89
directories:
910
- /home/travis/.julia

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.4.6
22
JSON
33
MathProgBase 0.5.4
4-
JuMP
4+
JuMP 0.14.0

test/REQUIRE

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
julia 0.4.6
2-
JSON
3-
JuMP
42

53
Ipopt
64
SCS

0 commit comments

Comments
 (0)