Skip to content

Commit

Permalink
Merge pull request #77 from JuliaQuant/ib-coverage
Browse files Browse the repository at this point in the history
travis: re-enable Coveralls
  • Loading branch information
iblislin committed May 7, 2017
2 parents f2f9ac8 + fed3638 commit c3fc9a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ sudo: false

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("MarketTechnicals"); Pkg.test("MarketTechnicals")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("MarketTechnicals"); Pkg.test("MarketTechnicals", coverage=true)'

after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("MarketTechnicals", "docs")); include("make.jl")'

- julia -e 'Pkg.add("Coverage")'
- julia -e 'cd(Pkg.dir("MarketTechnicals")); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit c3fc9a2

Please sign in to comment.