Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building documentation on Travis #2202

Merged
merged 2 commits into from Apr 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 7 additions & 9 deletions .travis.yml
Expand Up @@ -11,15 +11,8 @@ os:
- windows

arch:
- x64
- x86

matrix:
exclude:
- os: osx
arch: x86
allow_failures:
- julia: nightly
- amd64
- i386

notifications:
email: false
Expand All @@ -29,6 +22,11 @@ after_success:
Coveralls.submit(Coveralls.process_folder())'

jobs:
exclude:
- os: osx
arch: i386
allow_failures:
- julia: nightly
include:
- stage: "Documentation"
julia: 1.0
Expand Down