Skip to content

Commit 59ea559

Browse files
committed
switch testing to Julia 1.1 until dependencies resolved
1 parent 19813c7 commit 59ea559

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
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 1.0
6+
- 1.1
77
- 1.4
88
- nightly
99
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.0
3+
- julia_version: 1.1
44
- julia_version: 1
55
- julia_version: nightly
66

0 commit comments

Comments
 (0)