Skip to content

Commit 228f048

Browse files
committed
Require Julia v1.0, also test on Julia v1.1
1 parent 617ff43 commit 228f048

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

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

33
environment:
44
matrix:
5-
- julia_version: 0.7
65
- julia_version: 1.0
6+
- julia_version: 1.1
77
- julia_version: nightly
88

99
platform:

.travis.yml

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

99
julia:
10-
- 0.7
1110
- 1.0
11+
- 1.1
1212
- nightly
1313

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

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
julia 0.7
1+
julia 1.0
22
Requires
33
UnsafeArrays

0 commit comments

Comments
 (0)