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 c13b254 commit 2085832Copy full SHA for 2085832
.travis.yml
@@ -36,13 +36,13 @@ addons:
36
# - julia -e 'cd(Pkg.dir("TrajectoryOptimization")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
37
38
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
+# jobs:
+# 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
+# after_success: skip
0 commit comments