Skip to content

Commit

Permalink
Merge 7f7511e into a6f6fe6
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 6, 2019
2 parents a6f6fe6 + 7f7511e commit 215cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ addons:
- liblapack-dev
- libblas-dev
after_success:
- julia -e '(VERSION >= v"0.7" && using Pkg); Pkg.add("Coverage"); cd(Pkg.dir("JuMP")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("JuMP")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit 215cc3d

Please sign in to comment.