You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/10 05:00:18 UTC

[rocketmq-client-python] 02/05: Initailize travis CI

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git

commit f0a377d78c2f2c50c27c9a7b58b68db168c23aed
Author: ShannonDing <li...@163.com>
AuthorDate: Wed Jan 9 11:42:51 2019 +0800

    Initailize travis CI
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..89e6d65
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: cpp
+
+script: true
\ No newline at end of file