Repository: commons-lang Updated Branches: refs/heads/master f59a674a2 -> b0bbe58eb
Use travis containerized build infrastructure. This promises to be much faster than running builds on real build slaves, see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/b0bbe58e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/b0bbe58e Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/b0bbe58e Branch: refs/heads/master Commit: b0bbe58eb685bb24bb9100cea35ffc80e44361ac Parents: f59a674 Author: Benedikt Ritter <brit...@apache.org> Authored: Fri Jul 24 14:40:10 2015 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Fri Jul 24 14:40:10 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/b0bbe58e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0e8d148..5749fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +sudo: false jdk: - openjdk6 @@ -6,4 +7,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file + - mvn clean cobertura:cobertura coveralls:report