From 735507b0ba52a4f95918edce95ae3f753e53abb2 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 10 May 2015 21:53:16 +0200 Subject: [PATCH] correction --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba52169c..55217b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.2 - 5.3 - 5.4 - 5.5 @@ -15,7 +14,7 @@ allow_failures: - php: hhvm-nightly install: - - composer require smarty/smarty-php:3.1.22 + - composer require smarty/smarty-phpunit:3.1.22 script: phpunit --configuration ../smarty-php/phpunit.xml \ No newline at end of file