Skip to content

Commit 215c148

Browse files
committed
remove doc building from travis
1 parent fe97aa7 commit 215c148

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,3 @@ after_success:
2626
branches:
2727
only:
2828
- master
29-
jobs:
30-
include:
31-
- stage: "Documentation"
32-
julia: 1.3
33-
os: linux
34-
script:
35-
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
36-
- julia -e 'using Pkg; Pkg.add("Documenter"); Pkg.build("Documenter");'
37-
- julia -e 'using Pkg; Pkg.clone("https://github.com/ReactionMechanismGenerator/ReactionMechanismSimulator.jl.git");'
38-
- julia -e 'using Pkg; Pkg.build("ReactionMechanismSimulator");'
39-
- cd ReactionMechanismSimulator.jl
40-
- travis_wait julia --project=docs/ docs/make.jl
41-
after_success: skip

0 commit comments

Comments
 (0)