Skip to content

Commit b0978f0

Browse files
committed
Documentation stanza needs StatsBase
1 parent b41e668 commit b0978f0

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
@@ -19,7 +19,7 @@ jobs:
1919
julia: 1.0
2020
os: linux
2121
script:
22-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.add("StatsBase")'
2323
- julia --project=docs/ docs/make.jl
2424
after_success: skip
2525
notifications:

0 commit comments

Comments
 (0)