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 c576c8d commit b42c862Copy full SHA for b42c862
.travis.yml
@@ -6,6 +6,9 @@ os:
6
julia:
7
- 0.6
8
- nightly
9
+matrix:
10
+ allow_failures:
11
+ - julia: nightly
12
notifications:
13
email: false
14
after_success:
appveyor.yml
@@ -5,6 +5,11 @@ environment:
5
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
+ - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
+ - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
+
branches:
only:
15
- master
0 commit comments