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 e087c96 commit 02090d7Copy full SHA for 02090d7
.travis.yml
@@ -15,14 +15,12 @@ after_success:
15
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
16
jobs:
17
include:
18
- - stage: Documentation
+ - stage: "Documentation"
19
julia: 1.3
20
os: linux
21
- script: julia --project=docs -e '
22
- using Pkg;
23
- Pkg.develop(PackageSpec(path=pwd()));
24
- Pkg.instantiate();
25
- include("docs/make.jl");'
+ script:
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
+ - julia --project=docs/ docs/make.jl
26
after_success: skip
27
env:
28
global:
0 commit comments