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 6d1ec06 commit 659f89aCopy full SHA for 659f89a
.travis.yml
@@ -20,6 +20,8 @@ after_success:
20
# Documenter auto-deploy
21
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#.travis.yml-Configuration-1
22
jobs:
23
+ allow_failures:
24
+ - julia: nightly
25
include:
26
- name: "Benchmark"
27
julia: 1.2
appveyor.yml
@@ -9,9 +9,9 @@ platform:
9
10
## uncomment the following lines to allow failures on nightly julia
11
## (tests will run but not make your overall status red)
12
-#matrix:
13
-# allow_failures:
14
-# - julia_version: latest
+matrix:
+ - julia_version: latest
15
16
branches:
17
only:
0 commit comments