Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Forets committed Jan 10, 2018
1 parent b416911 commit 2c3a6e1
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 @@ -32,6 +32,6 @@ after_success:
- julia -e 'Pkg.add("Documenter"); Pkg.add("GR")'
- julia -e 'cd(Pkg.dir("IntervalMatrices")); include(joinpath("docs", "make.jl"))'
# push coverage results to Coveralls
#- julia -e 'cd(Pkg.dir("IntervalMatrices")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("IntervalMatrices")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
#- julia -e 'cd(Pkg.dir("IntervalMatrices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'cd(Pkg.dir("IntervalMatrices")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 2c3a6e1

Please sign in to comment.