Skip to content

Commit

Permalink
Upper bound Julia at 0.7- (#238)
Browse files Browse the repository at this point in the history
As it stands, this package does not support Julia 0.7. In order to get a
final 0.6-compatible tag into METADATA, we need to apply an upper bound.
  • Loading branch information
ararslan authored Oct 26, 2018
1 parent f440c83 commit d245768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ os:
- osx
julia:
- 0.6
- 0.7
notifications:
email: false
matrix:
allow_failures:
- julia: 0.7
fast_finish: true
sudo: false
addons:
apt_packages:
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.6
julia 0.6 0.7-
MathProgBase 0.5 0.8
DataStructures
Compat 0.24

0 comments on commit d245768

Please sign in to comment.