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 2016/12/22 22:52:44 UTC

svn commit: r1775765 - /qpid/java/trunk/.travis.yml

Author: kwall
Date: Thu Dec 22 22:52:44 2016
New Revision: 1775765

URL: http://svn.apache.org/viewvc?rev=1775765&view=rev
Log:
NO-JIRA: Travis-CI YAML update - two profiles

Modified:
    qpid/java/trunk/.travis.yml

Modified: qpid/java/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/.travis.yml?rev=1775765&r1=1775764&r2=1775765&view=diff
==============================================================================
--- qpid/java/trunk/.travis.yml (original)
+++ qpid/java/trunk/.travis.yml Thu Dec 22 22:52:44 2016
@@ -2,3 +2,7 @@ language: java
 sudo: false
 jdk:
   - oraclejdk7
+env:
+  - profile=java-mms.1-0
+  - profile=java-mms.0-9
+script: "mvn verify -P{profile}"



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