Author: kwall
Date: Tue Dec 27 20:47:37 2016
New Revision: 1776189
URL: http://svn.apache.org/viewvc?rev=1776189&view=rev
Log:
NO-JIRA: [Travis CI] Correct maven arguments for systest invocations.
Modified:
qpid/java/trunk/.travis.yml
Modified: qpid/java/trunk/.travis.yml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/.travis.yml?rev=1776189&r1=1776188&r2=1776189&view=diff
==============================================================================
--- qpid/java/trunk/.travis.yml (original)
+++ qpid/java/trunk/.travis.yml Tue Dec 27 20:47:37 2016
@@ -4,7 +4,7 @@ jdk:
- oraclejdk7
env:
- profile="java-mms.1-0" 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"
+ - 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}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]