We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe97aa7 commit 215c148Copy full SHA for 215c148
1 file changed
.travis.yml
@@ -26,16 +26,3 @@ after_success:
26
branches:
27
only:
28
- 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