Skip to content

Commit 9ada182

Browse files
Remove docs stage from CI
1 parent 2455536 commit 9ada182

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@ notifications:
1515
# uncomment the following lines to override the default test script
1616
#script:
1717
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("AbstractChainRules"); Pkg.test("AbstractChainRules"; coverage=true)'
18+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ChainRulesCore"); Pkg.test("ChainRulesCore"; coverage=true)'
1919
after_success:
2020
# push coverage results to Coveralls
2121
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
22-
jobs:
23-
include:
24-
- state: "Documentation"
25-
julia: 1.0
26-
os: linux
27-
script:
28-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
29-
- julia --project=docs/ docs/make.jl
30-
after_success: skip

0 commit comments

Comments
 (0)