Skip to content

Commit

Permalink
Test on Julia 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 31, 2019
1 parent 5fbaa7c commit 0e92b72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ task:
env: JULIA_CUBA_BUILD_SOURCE=false
- JULIA_VERSION: 1.1
env: JULIA_CUBA_BUILD_SOURCE=true
- JULIA_VERSION: 1.2
env: JULIA_CUBA_BUILD_SOURCE=false
- JULIA_VERSION: 1.2
env: JULIA_CUBA_BUILD_SOURCE=true
- JULIA_VERSION: nightly
env: JULIA_CUBA_BUILD_SOURCE=false
- JULIA_VERSION: nightly
Expand Down
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
julia:
- 1.0
- 1.1
- 1.2
- nightly
env:
matrix:
Expand All @@ -31,8 +32,8 @@ jobs:
julia: 1.0
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.develop(PackageSpec(path=pwd()));
Pkg.build("Cuba")'
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate();
Pkg.build("Cuba")'
- julia --project=docs/ docs/make.jl
after_success: skip
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
- julia_version: 1.1
- julia_version: 1.2
- julia_version: nightly

platform:
Expand Down

0 comments on commit 0e92b72

Please sign in to comment.