From f60d8a763c956080ffe171398a45873dd0fa702f Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 13:53:21 +0200 Subject: [PATCH] Test phpunit 6.4.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b21ba37a..82e098ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ install: script: - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then - ./vendor/bin/phpunit + ./vendor/bin/phpunit; else - phpunit ./ + phpunit ./; fi