Skip to content

Commit 2e6bd73

Browse files
committed
Update CI config
1 parent 1650c7d commit 2e6bd73

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 0.7
88
- 1.0
9+
- 1.1
910
- nightly
1011
notifications:
1112
email: false

appveyor.yml

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

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

11-
# # Uncomment the following lines to allow failures on nightly julia
12-
# # (tests will run but not make your overall status red)
13-
# matrix:
14-
# allow_failures:
15-
# - julia_version: nightly
12+
# Uncomment the following lines to allow failures on nightly julia
13+
# (tests will run but not make your overall status red)
14+
matrix:
15+
allow_failures:
16+
- julia_version: nightly
1617

1718
branches:
1819
only:

0 commit comments

Comments
 (0)