You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/05/29 13:52:06 UTC

[commons-numbers] 03/06: [NUMBERS-103] - Travis build fails every time based on usage of oraclejdk8

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit cb107fc2d7876e484d35e07ac27c72b755bc643f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue May 28 23:49:01 2019 +0200

    [NUMBERS-103] - Travis build fails every time based on usage of oraclejdk8
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5a3ba35..da28de7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,9 @@
 # limitations under the License.
 
 language: java
-sudo: false
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 after_success:
   - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle jacoco:report coveralls:report