From 4616f2cdc2e606deca18bbae6993ac56ca189373 Mon Sep 17 00:00:00 2001 From: Evgeniy Tuboltsev Date: Thu, 21 Mar 2013 15:40:10 +0400 Subject: [PATCH] travis-ci --- .travis.yml | 4 ++-- {tests => test}/couchbase-api.php | 0 {tests => test}/php.config | 0 {tests => test}/runtests.php | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {tests => test}/couchbase-api.php (100%) rename {tests => test}/php.config (100%) rename {tests => test}/runtests.php (100%) diff --git a/.travis.yml b/.travis.yml index 0601603..e2206f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ env: - DB=redis before_script: - - phpenv config-add tests/php.config + - phpenv config-add test/php.config # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use -script: php tests/runtests.php +script: php test/runtests.php # configure notifications (email, IRC, campfire etc) notifications: diff --git a/tests/couchbase-api.php b/test/couchbase-api.php similarity index 100% rename from tests/couchbase-api.php rename to test/couchbase-api.php diff --git a/tests/php.config b/test/php.config similarity index 100% rename from tests/php.config rename to test/php.config diff --git a/tests/runtests.php b/test/runtests.php similarity index 100% rename from tests/runtests.php rename to test/runtests.php