Skip to content

Commit 327bef7

Browse files
committed
Enable Julia 1.3 on CI, remove 1.1
1 parent 528ba72 commit 327bef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ os:
77

88
julia:
99
- 1.0
10-
- 1.1
1110
- 1.2
11+
- 1.3
1212
- nightly
1313

1414
matrix:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.1
54
- julia_version: 1.2
5+
- julia_version: 1.3
66
- julia_version: nightly
77

88
platform:

0 commit comments

Comments
 (0)