Skip to content

Commit acd21f3

Browse files
committed
Also test on Julia v1.3, drop tests on Julia v1.1
1 parent e71f064 commit acd21f3

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
@@ -4,8 +4,8 @@ environment:
44
# JULIA_NUM_THREADS: 4
55
matrix:
66
- julia_version: 1.0
7-
- julia_version: 1.1
87
- julia_version: 1.2
8+
- julia_version: 1.3
99
- julia_version: nightly
1010

1111
platform:

.travis.yml

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

99
julia:
1010
- 1.0
11-
- 1.1
1211
- 1.2
12+
- 1.3
1313
- nightly
1414

1515
env:

0 commit comments

Comments
 (0)