Commit 16aa4531 authored by Daniel Martí's avatar Daniel Martí

Simlify codecov in .travis.yml

parent 6121b996
......@@ -36,7 +36,7 @@ script:
- ./ci/run-$CI_MODE
# upload coverage
after_script:
- if [ -f ".coverage" ] ; then codecov ; fi
- [ -f .coverage ] && codecov
# use docker based faster build
sudo: false
# trigger Buildtime Trend Service to parse Travis CI log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment