Skip to content

Commit

Permalink
Fix path for travis and code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Korsbo committed Aug 13, 2018
1 parent 9c0a14f commit ec54ee8
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 @@ -18,6 +18,6 @@ script:
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.test("Latexify"; coverage=true)'
after_success:
# push coverage results to Coveralls and Codecov
- julia -e 'cd(Pkg.dir("Latexify")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; cd(joinpath(dirname(pathof("Latexify"))), ".."); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter"), import Latexify;
cd(dirname(pathof(Latexify))); include(joinpath("..", "docs", "make.jl"))'

0 comments on commit ec54ee8

Please sign in to comment.