diff options
author | Azul <azul@riseup.net> | 2014-01-06 07:32:06 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2014-02-04 11:46:57 +0100 |
commit | bd0e7aeab9cb853439fa68d28332513157d54f73 (patch) | |
tree | 0cf9ee2a85e1b5bc971b1472e547299a1e75a511 /.travis.yml | |
parent | 02834750009a22d518bd9bfba7eaaa063811062a (diff) |
initial test for running tapicero on travis ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |