Allow failures on nightly

This commit is contained in:
Josh Christie 2018-08-11 15:46:01 +01:00
parent 59bdff2cae
commit 69ccaf044f
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ julia:
# script: # script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)' # - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
matrix:
allow_failures:
- julia: nightly
after_success: after_success:
- julia -e 'Pkg.add("Documenter")' - julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))' - julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'