Skip to content

Commit a1b5b35

Browse files
Test on 1.4
1 parent 2305f89 commit a1b5b35

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.3
4+
- julia_version: 1.4
45
- julia_version: nightly
56

67
platform:

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ task:
55
env:
66
matrix:
77
- JULIA_VERSION: 1.3
8+
- JULIA_VERSION: 1.4
89
- JULIA_VERSION: nightly
910
allow_failures: $JULIA_VERSION == 'nightly'
1011
install_script:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- osx
66
julia:
77
- 1.3
8+
- 1.4
89
- nightly
910
matrix:
1011
allow_failures:

0 commit comments

Comments
 (0)