Skip to content

Commit 9c3da39

Browse files
committed
travis check for documenter
1 parent 67f5ce3 commit 9c3da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
julia: 1.1
3434
os: linux
3535
script:
36-
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
36+
- julia --project=docs/ -e 'using Pkg; println("1"); Pkg.add("Documenter"); println("2"); Pkg.update(); println("3"); Pkg.develop(PackageSpec(path=pwd())); println("4"); Pkg.instantiate() println("5");'
3737
- julia --project=docs/ docs/make.jl
3838
after_success: skip
3939

0 commit comments

Comments
 (0)