From cb543bcaff88f0b21dc9218f716ea219086636df Mon Sep 17 00:00:00 2001 From: PharmCat Date: Tue, 15 Sep 2020 00:58:50 +0300 Subject: [PATCH] update --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f2a372..3a07d94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,9 @@ after_success: jobs: allow_failures: - - julia: 1.4 + - julia: + - 1.4 + - 1.5 include: - stage: "Documentation" julia: 1.0 @@ -35,3 +37,7 @@ jobs: Pkg.instantiate()' - julia --project=docs/ docs/make.jl after_success: skip + +script: + - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi + - travis_wait 20 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)'