diff --git a/.travis.yml b/.travis.yml index 1192690..589937e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"))'