Skip to content

Commit 67f8f5b

Browse files
committed
Fix Travis for doc
1 parent 9196773 commit 67f8f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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"))'
28-
- DOCUMENTER_DEBUG=true julia --project=docs --color=yes docs/make.jl
27+
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
28+
- julia --project=docs --color=yes docs/make.jl
2929
after_success: skip

0 commit comments

Comments
 (0)