Skip to content

Commit adc30a4

Browse files
committed
Fix CI versions.
1 parent a0ac09c commit adc30a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1.0
4+
- julia_version: 1.1
55
- julia_version: latest
66

77
platform:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ os:
55
- osx
66

77
julia:
8-
- 0.7
98
- 1.0
9+
- 1.1
1010
- nightly
1111

1212
notifications:

0 commit comments

Comments
 (0)