Skip to content

Commit

Permalink
⬆️ Drop Julia v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 6, 2018
1 parent 567097a commit 129c5fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
# - osx # Disable to speed up CI. JuMP has no binary dependency so the result
# with osx and linux should be similar.
julia:
- 0.6
- 0.7
- 1.0
# This is left as an example for the next big version switch.
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.7
MathOptInterface 0.6.3 0.7
ForwardDiff 0.5 0.11
Calculus
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
environment:
matrix:
# - julia_version: 0.6 # Disabled to speed up CI, Julia v0.6 and v0.7 are still
# - julia_version: 0.7 # tested on Linux with Travis
# - julia_version: 0.7 # Disabled to speed up CI, tested on Linux with Travis
- julia_version: 1.0

platform:
Expand Down

0 comments on commit 129c5fa

Please sign in to comment.