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 67f5ce3 commit 9c3da39Copy full SHA for 9c3da39
.travis.yml
@@ -33,7 +33,7 @@ jobs:
33
julia: 1.1
34
os: linux
35
script:
36
- - julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ - 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");'
37
- julia --project=docs/ docs/make.jl
38
after_success: skip
39
0 commit comments