Skip to content

Commit 17469f2

Browse files
committed
run CI on 1.5
1 parent 9836101 commit 17469f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
include:
22
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
33

4+
test:1.5:
5+
extends:
6+
- .julia:1.5
7+
- .test
8+
49
test:1.4:
510
extends:
611
- .julia:1.4

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ os:
1212
julia:
1313
- 1.3
1414
- 1.4
15+
- 1.5
1516
- nightly
1617
notifications:
1718
email: false

0 commit comments

Comments
 (0)