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/23 17:48:52 UTC

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

Author: kwall
Date: Fri Dec 23 17:48:52 2016
New Revision: 1775861

URL: http://svn.apache.org/viewvc?rev=1775861&view=rev
Log:
NO-JIRA: Fix typo in YAML file.

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

Modified: qpid/java/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/.travis.yml?rev=1775861&r1=1775860&r2=1775861&view=diff
==============================================================================
--- qpid/java/trunk/.travis.yml (original)
+++ qpid/java/trunk/.travis.yml Fri Dec 23 17:48:52 2016
@@ -2,9 +2,10 @@ language: java
 sudo: false
 jdk:
   - oraclejdk7
-env:
-  - phase="test" pl=""
-  - profile="java-mms.1-0" phase="verify" pl="systests"
-  - profile="java-mms.0-10" phase="verify" pl="systests"
-  - profile="java-mms.0-9" phase="verify" pl="systests"
-script: "mvn ${phase} -P${profile}" ${pl}"
+matrix:
+  include:
+  - env: phase="test" pl=""
+  - env: profile="java-mms.1-0" phase="verify" pl="systests"
+  - env: profile="java-mms.0-10" phase="verify" pl="systests"
+  - env: profile="java-mms.0-9" phase="verify" pl="systests"
+script: "mvn ${phase} -P${profile} ${pl}"



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