Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Oct 22, 2018
2 parents c507ef9 + ab60fa9 commit 67edc59
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 @@ -14,4 +14,4 @@ notifications:

after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia --project -e 'import Pkg; Pkg.add("Documenter"); include("docs/make.jl")'
- julia --project -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include("docs/make.jl")'

0 comments on commit 67edc59

Please sign in to comment.