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.
2 parents 1111d9d + c86dfa8 commit 11301f8Copy full SHA for 11301f8
.travis.yml
@@ -27,7 +27,7 @@ jobs:
27
os: linux
28
script:
29
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("MLDatasets")'
30
- - julia -e 'import Pkg; Pkg.add("Documenter")'
+ - julia -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
31
- julia -e 'import MLDatasets; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
32
33
## uncomment the following lines to override the default test script
0 commit comments