Skip to content

Commit a1ac47d

Browse files
committed
disable doc build
1 parent de323b7 commit a1ac47d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ before_install:
6464
jobs:
6565
include:
6666
- stage: "Tests" # implicit first stage
67-
- stage: "Documentation"
68-
julia: 1.0
69-
os: linux
70-
script:
71-
- export DOCUMENTER_DEBUG="true"
72-
- julia --color=yes --project=docs/ -e 'using Pkg;
73-
Pkg.instantiate();
74-
Pkg.develop(PackageSpec(path=pwd()));
75-
Pkg.build()'
76-
- julia --color=yes --project=docs/ docs/make.jl
7767
- stage: "Coverage"
7868
julia: 1.0
7969
os: linux

0 commit comments

Comments
 (0)