Skip to content

Commit 333ef6d

Browse files
authored
testing only on supported versions of julia (#27)
1 parent 1c8914c commit 333ef6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
- 1.1
98
- 1.2
109
- nightly
1110
matrix:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1
4-
- julia_version: 1.1
4+
- julia_version: 1.2
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)