Skip to content

Commit 6b237a3

Browse files
authored
Merge pull request #503 from JuliaOpt/bl/enablej1
Enable Julia v1.0 on CI
2 parents aa91b45 + 15ba79d commit 6b237a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 0.6
88
- 0.7
9+
- 1.0
910
notifications:
1011
email: false
1112
git:
@@ -20,10 +21,6 @@ notifications:
2021
on_failure: always # options: [always|never|change] default: always
2122
on_start: never # options: [always|never|change] default: always
2223

23-
## uncomment the following lines to override the default test script
24-
script:
25-
- julia -e 'Pkg.clone(pwd()); Pkg.build("MathOptInterface"); Pkg.add("Compat")' # warnings here about needed to do using Pkg but it also installs Compat
26-
- julia --depwarn=error -e 'using Compat; using Compat.Pkg; Pkg.test("MathOptInterface"; coverage=true)'
2724
after_success:
2825
# push coverage results to Coveralls
2926
#- julia -e 'cd(Pkg.dir("MathOptInterface")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ environment:
22
matrix:
33
- julia_version: 0.6
44
- julia_version: 0.7
5+
- julia_version: 1.0
56

67
platform:
78
- x86 # 32-bit

0 commit comments

Comments
 (0)