We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41e668 commit b0978f0Copy full SHA for b0978f0
.travis.yml
@@ -19,7 +19,7 @@ jobs:
19
julia: 1.0
20
os: linux
21
script:
22
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.add("StatsBase")'
23
- julia --project=docs/ docs/make.jl
24
after_success: skip
25
notifications:
0 commit comments