Skip to content

Commit

Permalink
Fix building documentation on Travis (#361)
Browse files Browse the repository at this point in the history
Specifying both `jobs` and `matrix` no longer works.
  • Loading branch information
kleinschmidt committed Mar 5, 2020
1 parent b5aff56 commit a2c84c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ notifications:
email: false
git:
depth: 99999999
matrix:
allow_failures:
- julia: nightly

after_success:
# push coverage results to Coveralls
Expand All @@ -22,6 +19,8 @@ after_success:
- julia -e 'using Pkg; cd(Pkg.dir("GLM")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

jobs:
allow_failures:
- julia: nightly
include:
- stage: "Documentation"
julia: 1.0
Expand Down

0 comments on commit a2c84c5

Please sign in to comment.