summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 984e24a..3fd27a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,15 @@
+rvm:
+ - "1.9.3"
services:
- couchdb
+notifications:
+ email: false
+before_script:
+ - "/bin/bash test/setup_couch.sh"
+ - "touch /tmp/tapicero_test.log"
+ - "bundle exec bin/tapicero start test/config.yaml"
+ - "bundle exec bin/tapicero status"
+ - "cat /tmp/tapicero_test.log"
+after_script:
+ - "cat /tmp/tapicero_test.log"
+ - "cat /tmp/tapicero_test.seq"