Skip to content

Commit

Permalink
Merge c7c994f into 1e72dd1
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Dec 11, 2018
2 parents 1e72dd1 + c7c994f commit 61ca56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ notifications:
email: false

after_success:
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("PkgBenchmark")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("PkgBenchmark")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'

0 comments on commit 61ca56e

Please sign in to comment.