You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/13 10:43:42 UTC

qpid-broker-j git commit: NO-JIRA: Update .travis.yml - run only unit tests and protocol tests.

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 073f27ee7 -> 7913b0d64


NO-JIRA: Update .travis.yml - run only unit tests and protocol tests.


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/7913b0d6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/7913b0d6
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/7913b0d6

Branch: refs/heads/master
Commit: 7913b0d64147337d80ba35c059fa8c11ebb6c562
Parents: 073f27e
Author: Keith Wall <kw...@apache.org>
Authored: Tue Mar 13 10:43:22 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Tue Mar 13 10:43:22 2018 +0000

----------------------------------------------------------------------
 .travis.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/7913b0d6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0444501..31bcd65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,8 @@
 language: java
 sudo: false
 jdk:
-  - oraclejdk7
+  - oraclejdk8
 env:
-  - profile="java-mms.1-0" phase="test" pl=""
-  - profile="java-mms.1-0" phase="verify" pl="-pl systests"
-  - profile="java-mms.0-10" phase="verify" pl="-pl systests"
-  - profile="java-mms.0-9" phase="verify" pl="-pl systests"
-script: "mvn ${phase} -P${profile} ${pl} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"
+  - phase="test" pl=""
+  - phase="verify" pl="-pl systests/protocol-tests-amqp-1-0,systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10"
+script: "mvn ${phase} ${pl} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"


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