This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git

commit 64f2447e77af0adb13ec670fab56d31bb02fda7e
Author: Markus Thoemmes <markus.thoem...@de.ibm.com>
AuthorDate: Mon Apr 24 07:59:20 2017 +0200

    Base travis.yml, checking out openwhisk
---
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f50ee9c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+sudo: required
+language: java
+services:
+  - docker
+
+env:
+  - TERM=dumb
+
+install:
+  - git clone https://github.com/openwhisk/openwhisk.git
+
+script:
+  - true
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>.

Reply via email to