Skip to content

Commit 98a5d4d

Browse files
authored
Enable CI with julia-1.3 (#677)
* Enable CI with julia-1.3 * Remove older non-LTS julia versions from appveyor where we only have one concurrent build worker.
1 parent 79a7482 commit 98a5d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ julia:
77
- 1.0
88
- 1.1
99
- 1.2
10+
- 1.3
1011
- nightly
1112
matrix:
1213
allow_failures:

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.1
5-
- julia_version: 1.2
4+
- julia_version: 1.3
65
- julia_version: latest
76

87
platform:

0 commit comments

Comments
 (0)