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 1b42b98 + 20b5320 commit 6b804eaCopy full SHA for 6b804ea
.travis.yml
@@ -14,5 +14,5 @@ matrix:
14
notifications:
15
email: false
16
after_success:
17
- - julia -e 'Pkg.add("Documenter")'
+ - julia -e 'ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
18
- julia -e 'cd(Pkg.dir("GPUArrays")); include(joinpath("docs", "make.jl"))'
0 commit comments