Skip to content

Commit 4832b86

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
julia: 1.3
2020
os: linux
2121
script:
22-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
23-
- julia --project=docs/ docs/make.jl
22+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
23+
Pkg.instantiate()'
24+
- julia --project=docs/ docs/make.jl
2425
after_success: skip
2526
env:
2627
global:

0 commit comments

Comments
 (0)