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 9196773 commit 67f8f5bCopy full SHA for 67f8f5b
.travis.yml
@@ -24,6 +24,6 @@ jobs:
24
julia: 1.0
25
os: linux
26
script:
27
- - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd(), rev="release-0.2"))'
28
- - DOCUMENTER_DEBUG=true julia --project=docs --color=yes docs/make.jl
+ - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
+ - julia --project=docs --color=yes docs/make.jl
29
after_success: skip
0 commit comments