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 142c8e3 commit aacef5dCopy full SHA for aacef5d
.travis.yml
@@ -13,13 +13,6 @@ after_success:
13
14
jobs:
15
include:
16
- - stage: "Documentation"
17
- julia: 1.0
18
- os: linux
19
- script:
20
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21
- - julia --project=docs/ docs/make.jl
22
- after_success:
23
- stage: "Testing"
24
julia: 1.0
25
os: linux
@@ -28,4 +21,11 @@ jobs:
28
- julia --project=test/ test/clustering.jl
29
- julia --project=test/ test/capacityexpansion.jl
30
after_success:
+ - stage: "Documentation"
+ julia: 1.0
26
+ os: linux
27
+ script:
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ - julia --project=docs/ docs/make.jl
+ after_success:
31
services: docker
test/cep_exact_data.jld2
635 KB
0 commit comments