You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/05/08 23:54:05 UTC

[44/51] [abbrv] incubator-streams git commit: don't run tests, just build and deploy

don't run tests, just build and deploy


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/d7590ab9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/d7590ab9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/d7590ab9

Branch: refs/heads/pp-master
Commit: d7590ab950ca4c86b77082ec27290d80b552e282
Parents: 4339d69
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Apr 6 12:15:06 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Fri May 8 15:53:43 2015 -0500

----------------------------------------------------------------------
 .travis.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d7590ab9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2598cda..d97693a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,16 @@ sudo: false
 language: java
 jdk:
 - oraclejdk7
-install: mvn clean -q
+install: mvn -Dsurefire.printSummary=false -Dmaven.test.redirectTestOutputToFile clean install -q
+
 script: mvn -Dmaven.test.skip.exec=true install deploy -q -s settings.xml
 
+deploy:
+  secret_access_key:
+    secure: eaqXT+uxinyZVa/5DorLbSQlNSXeeI3yMROBg8wPdyp7ycMXG3uodqpyhUt6gcwayJw2rtjekgzY++iLzHSlKPheTM7a9J+QEB+QvmR77+cSdQb/nG23iisIkMmkpOYrhacoK2PEOF1M38fhu/AEqN1kDGW6DFUC0eLokxqZSgE=
+  access_key_id:
+    secure: R4WKDzSs6lCV/Lmo+SV1BEI7X6jR8QK/mUrPT6qxm181ZvnUM+0/UHRAKUMKIsHadTBFuT+f7uEPu/8mVZl1CGQUKMOfJiKH7rDnxV+CHNMplYZDCRMLjBPQ1HHVncxgznQTCJ0AezWSxe80EvC2vD/Kg9ZSBN2//SQIM5Xre40=
+  provider: s3
+  bucket: peoplepattern-maven-repo
+  skip_cleanup: true
+  acl: authenticated_read