Repository: celix Updated Branches: refs/heads/develop c34eaa689 -> 13af678fe
Adds new line to travis cfg to trigger build Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/13af678f Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/13af678f Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/13af678f Branch: refs/heads/develop Commit: 13af678feda2afcd664f99d1320fd494c4b27533 Parents: c34eaa6 Author: Pepijn Noltes <[email protected]> Authored: Tue Jul 5 19:30:56 2016 +0200 Committer: Pepijn Noltes <[email protected]> Committed: Tue Jul 5 19:30:56 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/13af678f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 62af5fe..1e86283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,3 +98,4 @@ after_success: lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx && coveralls-lcov --repo-token=9dpeTAjiGoQU5hgXFe0ezk65iu40oc3WY coverage.info; if [ $(( $TRAVIS_BUILD_NUMBER % 5 )) -eq 0 -o ${COVERITY_SCAN_ALWAYS_ON} = "y" ]; then make clean & eval "$COVERITY_SCAN_BUILD"; fi fi; +
