Skip to content

Commit 7f7a68c

Browse files
committed
no docs
1 parent 9aa7afb commit 7f7a68c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ notifications:
1414
jobs:
1515
allow_failures:
1616
- 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
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
2626

2727

2828
# uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)