We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ea736 commit af604a8Copy full SHA for af604a8
2 files changed
.travis.yml
@@ -4,9 +4,7 @@ os:
4
- linux
5
- osx
6
julia:
7
- # - release
8
- - 0.4
9
- - 0.5
+ - 0.6
10
notifications:
11
email: false
12
script:
appveyor.yml
@@ -1,9 +1,6 @@
1
environment:
2
matrix:
3
- - JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
- - JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
- - JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
- - JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
+ - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- provider: Email
0 commit comments