Skip to content

Commit

Permalink
Remove the matrix for Travis CI
Browse files Browse the repository at this point in the history
it is a deprecated alias for `jobs` (see https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Travis-CI for details)

Ref. #134. (I don't know if it fixes it yet)
  • Loading branch information
yeesian authored Aug 16, 2020
1 parent e944323 commit bc6d2c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ julia:
- 1.3
- 1
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
coveralls: true
Expand Down

0 comments on commit bc6d2c6

Please sign in to comment.