summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-02-04 09:43:24 +0100
committerAzul <azul@riseup.net>2014-02-04 11:46:57 +0100
commit5d3cf83abf9123af67b3965dea7ad12022d66c3f (patch)
treeb91ea24a277f9f33b756ec32e608fab845f61b80 /.travis.yml
parentee4f24abf2a7848a015cfb02bfbdebf7b0874d8e (diff)
unify naming scheme - tapicero_test prefix
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"