Skip to content

Commit 539aa9e

Browse files
committed
travis check for documenter
1 parent 44b9ab1 commit 539aa9e

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
@@ -33,7 +33,7 @@ jobs:
3333
julia: 1.1
3434
os: linux
3535
script:
36-
- julia --project=docs/ -e 'using Pkg; println("1"); Pkg.add("Documenter"); println("2"); Pkg.update(); println("3"); Pkg.develop(PackageSpec(path=pwd())); println("4"); Pkg.instantiate(); println("5");'
36+
- julia --project=docs/ -e 'using Pkg; println("1"); Pkg.add(PackageSpec(name="DocStringExtensions", version="0.8.0")); println("1a"); Pkg.add("Documenter"); println("2"); Pkg.update(); println("3"); Pkg.develop(PackageSpec(path=pwd())); println("4"); Pkg.instantiate(); println("5");'
3737
- julia --project=docs/ docs/make.jl
3838
after_success: skip
3939

0 commit comments

Comments
 (0)