Skip to content

Commit 731922a

Browse files
committed
Enable testing on julia v1.0
1 parent eed2748 commit 731922a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
4+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
45

56
matrix:
67
fast_finish: true

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coverage:
1616
project: true
1717

1818
flags:
19-
julia_0_6:
19+
julia_1_0:
2020
joined: true
2121

2222
parsers:

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: julia
22

33
os:
44
- linux
5+
- osx
56

67
julia:
78
- 0.7
9+
- 1.0
810

911
matrix:
1012
fast_finish: true

0 commit comments

Comments
 (0)