From 87d76281eb374f4c4538fe5bf5b774b73dd5d7e3 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 6 Jan 2014 10:24:43 +0100 Subject: first interesting tests --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ecbf265..163f92b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,10 @@ notifications: email: false before_script: - "/bin/bash test/setup_couch.sh" + - "touch /tmp/test-tapicero.log" - "bundle exec bin/tapicero start test/config.yaml" + - "bundle exec bin/tapicero status" - "cat /tmp/test-tapicero.log" +after_script: + - "cat /tmp/test-tapicero.log" + - "cat /tmp/test-tapicero.seq" -- cgit v1.2.3