Skip to content

Commit

Permalink
Bump used Documneter version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jul 20, 2018
1 parent afea173 commit db2583e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ after_success:
using Pkg # `using Pkg` and `pkg"..."` must be in separate if blocks
end
@static if VERSION >= v"0.7.0-DEV.3656"
pkg"add Documenter@0.18.0"
pkg"add Documenter@0.19.0"
else
Pkg.add("Documenter", v"0.18.0", v"0.18.0+")
Pkg.add("Documenter", v"0.19.0", v"0.19.0+")
cd(Pkg.dir("ACME"))
end
include(joinpath("docs", "make.jl"))'

0 comments on commit db2583e

Please sign in to comment.