From 4f2c2662e649e127fab1de80abbc8382ecfe619a Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Sun, 19 Jan 2014 00:54:07 -0800 Subject: [PATCH] Updated vendor path used by travis for the SetupEnvironment script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cadba9..9e11a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: before_script: - composer install --dev - - vendor/tests/SetupEnvironment.sh + - vendor/tedivm/dovecottesting/SetupEnvironment.sh script: phpunit --verbose --coverage-text \ No newline at end of file