Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Aug 2, 2020
1 parent 877ac3d commit 38f0018
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -3,7 +3,7 @@ freebsd_instance:
freebsd_test_task:
env:
matrix:
- JULIA_VERSION: "1.0"
- JULIA_VERSION: "1.3"
install_script:
- pkg install -y curl
- mkdir -p ~/julia
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.3
- 1.4
- nightly
matrix:
allow_failures:
Expand All @@ -22,7 +22,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.0
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("SPICE"); Pkg.instantiate()'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1
- julia_version: 1.1
- julia_version: 1.3
- julia_version: 1.4
- julia_version: nightly

platform:
Expand Down

0 comments on commit 38f0018

Please sign in to comment.