Skip to content

Commit aacef5d

Browse files
committed
cep exact data and travis testing first
1 parent 142c8e3 commit aacef5d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ after_success:
1313

1414
jobs:
1515
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:
2316
- stage: "Testing"
2417
julia: 1.0
2518
os: linux
@@ -28,4 +21,11 @@ jobs:
2821
- julia --project=test/ test/clustering.jl
2922
- julia --project=test/ test/capacityexpansion.jl
3023
after_success:
24+
- stage: "Documentation"
25+
julia: 1.0
26+
os: linux
27+
script:
28+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
29+
- julia --project=docs/ docs/make.jl
30+
after_success:
3131
services: docker

test/cep_exact_data.jld2

635 KB
Binary file not shown.

0 commit comments

Comments
 (0)