Skip to content

Commit 186ab1b

Browse files
committed
Add 1.5 testing.
1 parent dc836c8 commit 186ab1b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ test:1.3:
2323
extends:
2424
- .julia:1.3
2525
- .test
26-
allow_failure: true
2726

2827
test:1.4:
2928
extends:
3029
- .julia:1.4
3130
- .test
32-
allow_failure: true
31+
32+
test:1.5:
33+
extends:
34+
- .julia:1.4
35+
- .test
3336

3437
test:nightly:
3538
extends:

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ julia:
1010
- 1.2
1111
- 1.3
1212
- 1.4
13+
- 1.5
1314
- nightly
1415

1516
notifications:
@@ -26,3 +27,5 @@ jobs:
2627
Pkg.instantiate()'
2728
- julia --project=docs/ docs/make.jl
2829
after_success: skip
30+
allow_failures:
31+
- julia: nightly

0 commit comments

Comments
 (0)