Repository: commons-csv Updated Branches: refs/heads/master fa07e5ee6 -> b5c82400d
Profile kicks in automatically on Travis. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b5c82400 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/b5c82400 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/b5c82400 Branch: refs/heads/master Commit: b5c82400d7de41099dacb43f329eb7355129bde5 Parents: fa07e5e Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:50:31 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:50:31 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/b5c82400/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1b34d55..0775202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report + - mvn -B -V clean test jacoco:report coveralls:report
