Skip to content

Commit 2085832

Browse files
committed
Disable doc build for now
1 parent c13b254 commit 2085832

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ addons:
3636
# - julia -e 'cd(Pkg.dir("TrajectoryOptimization")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
3737

3838

39-
jobs:
40-
include:
41-
- stage: "Documentation"
42-
julia: 1.3
43-
os: linux
44-
script:
45-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
46-
Pkg.instantiate()'
47-
- julia --project=docs/ docs/make.jl
48-
after_success: skip
39+
# jobs:
40+
# include:
41+
# - stage: "Documentation"
42+
# julia: 1.3
43+
# os: linux
44+
# script:
45+
# - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
46+
# Pkg.instantiate()'
47+
# - julia --project=docs/ docs/make.jl
48+
# after_success: skip

0 commit comments

Comments
 (0)