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"))'