Skip to content

Commit

Permalink
Add Julia 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 8, 2020
1 parent bdaf11b commit 064533c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ task:
env:
matrix:
- JULIA_VERSION: 1.3
- JULIA_VERSION: 1.4
- JULIA_VERSION: nightly
allow_failures: $JULIA_VERSION == 'nightly'
install_script:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ os:

julia:
- 1.3
- 1.4
- nightly

notifications:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- julia_version: 1.3
- julia_version: 1.4
- julia_version: nightly

platform:
Expand Down

0 comments on commit 064533c

Please sign in to comment.