Skip to content

Commit

Permalink
Update Documenter version in Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobaldassi committed Apr 25, 2018
1 parent 9fb7327 commit 9208ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes --inline=no -e 'Pkg.clone(pwd()); Pkg.build("ExtractMacro"); Pkg.test("ExtractMacro"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter", v"0.1.4")'
- julia -e 'Pkg.add("Documenter", v"0.6.0")'
- julia -e 'cd(Pkg.dir("ExtractMacro")); include(joinpath("docs", "make.jl"))'
- julia -e 'Pkg.add("Coverage", v"0.3")'
- julia -e 'cd(Pkg.dir("ExtractMacro")); include(joinpath("docs", "coverage.jl"))'
Expand Down

0 comments on commit 9208ddc

Please sign in to comment.