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 de323b7 commit a1ac47dCopy full SHA for a1ac47d
.travis.yml
@@ -64,16 +64,6 @@ before_install:
64
jobs:
65
include:
66
- stage: "Tests" # implicit first stage
67
- - stage: "Documentation"
68
- julia: 1.0
69
- os: linux
70
- script:
71
- - export DOCUMENTER_DEBUG="true"
72
- - julia --color=yes --project=docs/ -e 'using Pkg;
73
- Pkg.instantiate();
74
- Pkg.develop(PackageSpec(path=pwd()));
75
- Pkg.build()'
76
- - julia --color=yes --project=docs/ docs/make.jl
77
- stage: "Coverage"
78
julia: 1.0
79
os: linux
0 commit comments