We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f421d91 commit 372e9dfCopy full SHA for 372e9df
.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")'
+ - 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
29
after_success: skip
0 commit comments