From bd0e7aeab9cb853439fa68d28332513157d54f73 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 6 Jan 2014 07:32:06 +0100 Subject: initial test for running tapicero on travis ci --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 984e24a..69f79e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,8 @@ services: - couchdb +notifications: + email: false +before_script: + - "/bin/bash test/setup_couch.sh" + - "bin/tapicero start test/config.yaml" + - "cat /tmp/test-tapicero.log" -- cgit v1.2.3