From 5d3cf83abf9123af67b3965dea7ad12022d66c3f Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 4 Feb 2014 09:43:24 +0100 Subject: unify naming scheme - tapicero_test prefix --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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" -- cgit v1.2.3