From 94d5e1e198e02d209a4c3501174b82b83b114085 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 10 May 2015 22:42:24 +0200 Subject: [PATCH] Update --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b7ba1be..f8a9ac9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ allow_failures: - php: hhvm-nightly install: - - composer require smarty/smarty-phpunit:3.1.22 + - composer require smarty/smarty-phpunit:3.1.*@dev -script: phpunit --configuration ../smarty-phpunit/phpunit.xml \ No newline at end of file +script: phpunit --configuration ,/../smarty-phpunit/phpunit.xml \ No newline at end of file