fix travis for documentation build
This commit is contained in:
parent
be38146ee9
commit
224ec728ac
10
.travis.yml
10
.travis.yml
|
@ -9,9 +9,8 @@ julia:
|
||||||
- 1.3
|
- 1.3
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
notifications:
|
||||||
allow_failures:
|
email: false
|
||||||
- julia: nightly
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -24,6 +23,5 @@ jobs:
|
||||||
- julia --project=docs/ docs/make.jl
|
- julia --project=docs/ docs/make.jl
|
||||||
after_success: skip
|
after_success: skip
|
||||||
|
|
||||||
## uncomment the following lines to override the default test script
|
allow_failures:
|
||||||
script:
|
- julia: nightly
|
||||||
- julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
|
|
||||||
|
|
Loading…
Reference in New Issue