From c020fea6421db93c17d45a91c07a248857c013b5 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Wed, 4 Mar 2020 19:37:36 +0900 Subject: [PATCH] fix matrix&jobs --- .travis.yml | 16 ++++++++-------- doc/make.jl | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 054ade6..e6dfb2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,7 @@ julia: - 1.0 - 1.3 - 1.4 - -matrix: - allow_failures: - - julia: 1.4 - - julia: nightly - -notifications: - email: false + - nightly script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi @@ -19,7 +12,11 @@ script: - xvfb-run julia -e 'using Pkg; Pkg.test("Weave", coverage=true)' after_success: - julia -e 'using Pkg; cd(Pkg.dir("Weave")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' + jobs: + allow_failures: + - julia: 1.4 + - julia: nightly include: - stage: "Documentation" julia: 1.3 @@ -29,3 +26,6 @@ jobs: Pkg.instantiate()' - julia --project=doc/ doc/make.jl after_success: skip + +notifications: + email: false diff --git a/doc/make.jl b/doc/make.jl index 7777b9b..f7abdc1 100644 --- a/doc/make.jl +++ b/doc/make.jl @@ -19,6 +19,5 @@ include("make_examples.jl") deploydocs( repo = "github.com/mpastell/Weave.jl.git", - target = "build", push_preview = true, )