Skip to content

Commit d9ed291

Browse files
authored
CI: test on julia 1.2, 1.3, and allow nightly failure (#79)
1 parent 03e3c68 commit d9ed291

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ julia:
66
- 0.7
77
- 1.0
88
- 1.1
9+
- 1.2
10+
- 1.3
11+
- 1.4
912
- nightly
13+
matrix:
14+
allow_failures:
15+
- julia: nightly
1016
notifications:
1117
email: false
1218
# uncomment the following lines to override the default test script

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ environment:
33
- julia_version: 0.7
44
- julia_version: 1.0
55
- julia_version: 1.1
6+
- julia_version: 1.2
7+
- julia_version: 1.3
8+
- julia_version: 1.4
69
- julia_version: nightly
10+
matrix:
11+
allow_failures:
12+
- julia_version: nightly
713
platform:
814
- x86 # 32-bit
915
- x64 # 64-bit

0 commit comments

Comments
 (0)