You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/10 11:26:02 UTC

[17/50] archiva git commit: no openjdk8

no openjdk8

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/3c036f32
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/3c036f32
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/3c036f32

Branch: refs/heads/citest
Commit: 3c036f325b442deea22f8e6e8d76f056fca1147c
Parents: b62cf22
Author: olivier lamy <ol...@apache.org>
Authored: Thu May 11 21:41:17 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Thu May 11 21:41:17 2017 +1000

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/3c036f32/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 207f1b6..e8ce223 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: java
 jdk:
-  - openjdk8
   - oraclejdk8
 
 before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"