We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7afb commit 7f7a68cCopy full SHA for 7f7a68c
.travis.yml
@@ -14,15 +14,15 @@ notifications:
14
jobs:
15
allow_failures:
16
- julia: nightly
17
- include:
18
- - stage: "Documentation"
19
- julia: 1.3
20
- os: linux
21
- script:
22
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
23
- - julia --project=docs/ docs/make.jl
24
- name: "HTML"
25
- after_success: skip
+ # include:
+ # - stage: "Documentation"
+ # julia: 1.3
+ # os: linux
+ # script:
+ # - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ # - julia --project=docs/ docs/make.jl
+ # name: "HTML"
+ # after_success: skip
26
27
28
# uncomment the following lines to override the default test script
0 commit comments