Skip to content

Commit 02090d7

Browse files
committed
Updating travis for documentation again.
1 parent e087c96 commit 02090d7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ after_success:
1515
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
1616
jobs:
1717
include:
18-
- stage: Documentation
18+
- stage: "Documentation"
1919
julia: 1.3
2020
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");'
21+
script:
22+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
23+
- julia --project=docs/ docs/make.jl
2624
after_success: skip
2725
env:
2826
global:

0 commit comments

Comments
 (0)