Skip to content

Commit e89f192

Browse files
committed
Test Julia 1.4.
1 parent eb03abc commit e89f192

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
@@ -9,6 +9,11 @@ julia:1.3:
99
- .julia:1.3
1010
- .test
1111

12+
julia:1.4:
13+
extends:
14+
- .julia:1.4
15+
- .test
16+
1217
julia:nightly:
1318
extends:
1419
- .julia:nightly

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dist: trusty
99

1010
julia:
1111
- 1.3
12+
- 1.4
1213
- nightly
1314

1415
matrix:

0 commit comments

Comments
 (0)