Repository: tapestry-5 Updated Branches: refs/heads/master fa1852486 -> 21170629b
remove JDK 6 Travis build configuration Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/664cfb80 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/664cfb80 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/664cfb80 Branch: refs/heads/master Commit: 664cfb80b8ac181093474c693d039037457410cf Parents: fa18524 Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 10:32:06 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 10:32:06 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/664cfb80/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4b55e9b..3977199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: java jdk: - oraclejdk8 - - openjdk6 before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
