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 ccdbd67 commit 1cd3ad8Copy full SHA for 1cd3ad8
appveyor.yml
@@ -1,8 +1,11 @@
1
environment:
2
matrix:
3
- - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
4
- - JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5
-
+ - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
+ - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
+matrix:
6
+ allow_failures:
7
8
+
9
branches:
10
only:
11
- master
0 commit comments