Skip to content

Commit af604a8

Browse files
committed
updates CI config to use 0.6
1 parent c0ea736 commit af604a8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7-
# - release
8-
- 0.4
9-
- 0.5
7+
- 0.6
108
notifications:
119
email: false
1210
script:

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
environment:
22
matrix:
3-
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
4-
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
5-
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
6-
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
3+
- JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
74

85
notifications:
96
- provider: Email

0 commit comments

Comments
 (0)