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/19 22:30:35 UTC

qpid-broker-j git commit: NO-JIRA: Add .travis.yml

Repository: qpid-broker-j
Updated Branches:
  refs/heads/6.1.x e1b5f5ad9 -> a87a3a9b3


NO-JIRA: Add .travis.yml


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/a87a3a9b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/a87a3a9b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/a87a3a9b

Branch: refs/heads/6.1.x
Commit: a87a3a9b3638102df3212812d5f34d96dbc5d060
Parents: e1b5f5a
Author: Keith Wall <kw...@apache.org>
Authored: Mon Mar 19 22:28:30 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Mar 19 22:30:03 2018 +0000

----------------------------------------------------------------------
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a87a3a9b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..70e67a0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: java
+sudo: false
+jdk:
+  - oraclejdk7
+env:
+  - phase="test" pl="" additionalprops="-Dskip.systests=true"
+script: "mvn --fail-at-end ${phase} ${pl} ${additionalprops} -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