Skip to content

Commit

Permalink
[travis] Test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bchretien committed Jan 29, 2016
1 parent ec9ad3b commit 39adffb
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 @@ -29,9 +29,12 @@ branches:
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DSTORAGE_ORDER=${ROBOPTIM_STORAGE_ORDER:-ColMajor}"
- if [ "${COVERITY_SCAN_BRANCH}" != "1" ]; then ./.travis/run build; fi
after_success: ./.travis/run after_success
after_success:
- ./.travis/run after_success
- codecov --gcov-root=/tmp/_ci/build
after_failure: ./.travis/run after_failure
before_install:
- pip install --user codecov
- ./.travis/run before_install
- ./.travis/dependencies/eigen-3.2

Expand Down

0 comments on commit 39adffb

Please sign in to comment.