From 69ccaf044f9d996a393bf4d960e9b7d5ffe02cb4 Mon Sep 17 00:00:00 2001 From: Josh Christie Date: Sat, 11 Aug 2018 15:46:01 +0100 Subject: [PATCH] Allow failures on nightly --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfdc0496..9bf07dd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ julia: # script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)' +matrix: + allow_failures: + - julia: nightly after_success: - julia -e 'Pkg.add("Documenter")' - julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'