java 8 Signed-off-by: olivier lamy <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/b62cf224 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/b62cf224 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/b62cf224 Branch: refs/heads/master Commit: b62cf224f0090ec81549c3dde9e0c020894a5b8e Parents: 52147ba Author: olivier lamy <[email protected]> Authored: Thu May 11 21:39:42 2017 +1000 Committer: olivier lamy <[email protected]> Committed: Thu May 11 21:39:42 2017 +1000 ---------------------------------------------------------------------- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/b62cf224/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index af5cacd..207f1b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: java jdk: - - openjdk7 - - oraclejdk7 + - openjdk8 - oraclejdk8 before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
