Skip to content

Commit 659f89a

Browse files
committed
allow failures on nightly
1 parent 6d1ec06 commit 659f89a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ after_success:
2020
# Documenter auto-deploy
2121
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#.travis.yml-Configuration-1
2222
jobs:
23+
allow_failures:
24+
- julia: nightly
2325
include:
2426
- name: "Benchmark"
2527
julia: 1.2

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ platform:
99

1010
## uncomment the following lines to allow failures on nightly julia
1111
## (tests will run but not make your overall status red)
12-
#matrix:
13-
# allow_failures:
14-
# - julia_version: latest
12+
matrix:
13+
allow_failures:
14+
- julia_version: latest
1515

1616
branches:
1717
only:

0 commit comments

Comments
 (0)