Repository: commons-csv Updated Branches: refs/heads/master b5c82400d -> 359e9cd69
Actually do use the profile because the snapshot parent should not activate bothz Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/359e9cd6 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/359e9cd6 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/359e9cd6 Branch: refs/heads/master Commit: 359e9cd6978e14e5e3074509748ddbc98d1891a9 Parents: b5c8240 Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:59:19 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:59:19 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/359e9cd6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0775202..1b34d55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn -B -V clean test jacoco:report coveralls:report + - mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report
