fix travis for documentation build

This commit is contained in:
Johnny Chen 2020-03-02 19:23:36 +08:00
parent be38146ee9
commit 224ec728ac
No known key found for this signature in database
GPG Key ID: A8E1AABB61708099
1 changed files with 4 additions and 6 deletions

View File

@ -9,9 +9,8 @@ julia:
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
jobs:
include:
@ -24,6 +23,5 @@ jobs:
- julia --project=docs/ docs/make.jl
after_success: skip
## uncomment the following lines to override the default test script
script:
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
allow_failures:
- julia: nightly