Skip to content

Commit

Permalink
Merge pull request #2034 from JuliaOpt/bl/j1.2
Browse files Browse the repository at this point in the history
Add Julia v1.2 in CI
  • Loading branch information
blegat authored Aug 23, 2019
2 parents c1b730c + ea3ca7c commit 496f3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ os:
julia:
- 1.0
- 1.1
- 1.2
# This is left as an example for the next big version switch.
# matrix:
# allow_failures:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
# - julia_version: 1.0 # Disabled to speed up CI, tested on Linux with Travis
- julia_version: 1.1
- julia_version: 1.2

platform:
- x86 # 32-bit
Expand Down

0 comments on commit 496f3ee

Please sign in to comment.