You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/07/29 09:51:25 UTC

[qpid-broker-j] branch 7.1.x updated: NO-JIRA: Amend travis descriptor

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

orudyy pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 4bb6b7d  NO-JIRA: Amend travis descriptor
4bb6b7d is described below

commit 4bb6b7dcccab9fabb8d7d50eb18b85691dbe8366
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Jul 29 10:10:58 2019 +0100

    NO-JIRA: Amend travis descriptor
    
    * switch to openjdk
    * remove defunct sudo:false
    
    (cherry picked from commit 080d96ef7e5e1bbdbeca94b9a64ddec7c6fc79d4)
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 46106f7..b71c581 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: java
-sudo: false
 jdk:
-  - oraclejdk8
+  - openjdk8
 env:
   - phase="test" pl="" additionalprops="-Dskip.systests=true"
   - phase="verify" pl="-pl systests/protocol-tests-amqp-1-0,systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10" additionalprops="-Dskip.unittests=true"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org