You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2019/10/29 11:34:15 UTC

[couchdb-helm] 01/02: Experimental travis

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

willholley pushed a commit to branch update-gh-pages
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit f926e6fa9cfbf4344d8e47fee0e7258640d6f6ce
Author: Will Holley <wi...@gmail.com>
AuthorDate: Thu Oct 17 16:10:09 2019 +0100

    Experimental travis
---
 .travis | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis b/.travis
new file mode 100644
index 0000000..d80d1c4
--- /dev/null
+++ b/.travis
@@ -0,0 +1,6 @@
+language: go
+
+services:
+  - docker
+
+script: make test