Skip to content

Commit 68091fb

Browse files
committed
Test on Julia v1.2 instead of v1.1
1 parent 767a691 commit 68091fb

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
@@ -3,7 +3,7 @@
33
environment:
44
matrix:
55
- julia_version: 1.0
6-
- julia_version: 1.1
6+
- julia_version: 1.2
77
- julia_version: nightly
88

99
platform:

.travis.yml

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

99
julia:
1010
- 1.0
11-
- 1.1
11+
- 1.2
1212
- nightly
1313

1414
## uncomment the following lines to allow failures on nightly julia

0 commit comments

Comments
 (0)