You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/08/25 16:56:47 UTC

qpid-jms git commit: QPIDJMS-316: update Travis config to use a matrix of linux and osx

Repository: qpid-jms
Updated Branches:
  refs/heads/master 5fde97999 -> 4d6d4b650


QPIDJMS-316: update Travis config to use a matrix of linux and osx


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4d6d4b65
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/4d6d4b65
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/4d6d4b65

Branch: refs/heads/master
Commit: 4d6d4b650cec8e263aa4f9571aa61949da8aa5ec
Parents: 5fde979
Author: Robbie Gemmell <ro...@apache.org>
Authored: Fri Aug 25 17:56:24 2017 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Fri Aug 25 17:56:24 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/4d6d4b65/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cc6ad1c..ff3d177 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
 language: java
 sudo: false
-jdk:
-  - oraclejdk8
+matrix:
+  include:
+    - os: linux
+      jdk: oraclejdk8
+    - os: osx
+      osx_image: xcode8.3


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