diff --git a/.travis.yml b/.travis.yml index b930c63..2b8b8c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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