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 2a66643 commit a27078dCopy full SHA for a27078d
.travis.yml
@@ -3,7 +3,7 @@ os:
3
- linux
4
- osx
5
julia:
6
- - 0.5
+ - 0.6
7
notifications:
8
email: false
9
branches:
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
matrix:
- - 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/x86/0.6/julia-0.6-latest-win32.exe"
+ - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
only:
0 commit comments