Skip to content

Commit

Permalink
Update travis doc script.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Feb 10, 2020
1 parent 13972c6 commit 756ba11
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ julia:
env:
- PYTHON=""

matrix:
jobs:
allow_failures:
- julia: nightly
- os: windows
- stage: "Documentation"
fast_finish: true

after_script:
- bash ./docs/travis.sh
include:
- stage: "Documentation"
julia: 1.1
os: linux
script:
- julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()'
- julia --color=yes --project=. docs/make.jl
after_success: skip

notifications:
email: false
Expand Down

0 comments on commit 756ba11

Please sign in to comment.