Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Sep 14, 2020
1 parent d151534 commit cb543bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ after_success:

jobs:
allow_failures:
- julia: 1.4
- julia:
- 1.4
- 1.5
include:
- stage: "Documentation"
julia: 1.0
Expand All @@ -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)'

0 comments on commit cb543bc

Please sign in to comment.