Skip to content

Commit

Permalink
Update Documenter in Travis (now registered) (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalVerb committed Jun 23, 2016
1 parent 3b61c8a commit 874949e
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 @@ -11,7 +11,7 @@ notifications:
after_success:
- julia -e 'cd(Pkg.dir("Currencies")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'cd(Pkg.dir("Currencies")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'Pkg.clone("https://github.com/JuliaDocs/Documenter.jl")'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Currencies")); include(joinpath("docs", "make.jl"))'
git:
depth: 99999
Expand Down

0 comments on commit 874949e

Please sign in to comment.