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 efe225a commit fb45af2Copy full SHA for fb45af2
.travis.yml
@@ -30,8 +30,8 @@ matrix:
30
os: linux
31
julia: 1.1
32
script:
33
- - julia -e 'import Pkg; Pkg.instantiate(); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
34
-
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ - julia --project=docs/ docs/make.jl
35
# - stage: semantic release
36
# if: branch = master AND type != pull_request
37
# language: python
0 commit comments