Skip to content

Commit 372e9df

Browse files
committed
Fix rev
1 parent f421d91 commit 372e9df

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
@@ -24,6 +24,6 @@ jobs:
2424
julia: 1.0
2525
os: linux
2626
script:
27-
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()), rev="release-0.2")'
27+
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd(), rev="release-0.2"))'
2828
- DOCUMENTER_DEBUG=true julia --project=docs --color=yes docs/make.jl
2929
after_success: skip

0 commit comments

Comments
 (0)