Skip to content

Commit

Permalink
remove restriction of Documenter version from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 24, 2019
1 parent 9ee8f22 commit 7b01660
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ script:
- julia -e "$TEST_SUITE"

after_success:
- julia -e 'using Pkg; Pkg.add("Documenter"); Pkg.pin(PackageSpec(name="Documenter", version="0.19.7"));'
- julia -e 'using Pkg; cd(Pkg.dir("Reachability")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Coverage")'
- julia -e 'using Pkg; cd(Pkg.dir("Reachability")); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 comments on commit 7b01660

Please sign in to comment.