Skip to content

Commit 9d40e5a

Browse files
authored
Merge pull request #297 from JuliaParallel/sb/ci-versions
enable testing on 1.2, allow failures on nightly
2 parents 5b9083f + d4f14d5 commit 9d40e5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1
4+
- julia_version: 1.1
5+
- julia_version: 1.2
56
- julia_version: nightly
67

78
platform:
89
- x86 # 32-bit
910
- x64 # 64-bit
1011

12+
matrix:
13+
allow_failures:
14+
- julia_version: nightly
15+
1116
branches:
1217
only:
1318
- master

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ os:
99
julia:
1010
- 1.0
1111
- 1.1
12+
- 1.2
1213
- nightly
1314

1415
branches:
@@ -31,6 +32,7 @@ env:
3132

3233
matrix:
3334
allow_failures: # issue 262
35+
- julia: nightly
3436
- os: osx
3537
env: MPI_IMPL=openmpi
3638
exclude:

0 commit comments

Comments
 (0)