summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 163f92b..3fd27a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,10 @@ notifications:
email: false
before_script:
- "/bin/bash test/setup_couch.sh"
- - "touch /tmp/test-tapicero.log"
+ - "touch /tmp/tapicero_test.log"
- "bundle exec bin/tapicero start test/config.yaml"
- "bundle exec bin/tapicero status"
- - "cat /tmp/test-tapicero.log"
+ - "cat /tmp/tapicero_test.log"
after_script:
- - "cat /tmp/test-tapicero.log"
- - "cat /tmp/test-tapicero.seq"
+ - "cat /tmp/tapicero_test.log"
+ - "cat /tmp/tapicero_test.seq"