From 1bb374c1fbe8d46c36493fbe7de03322e2b75a72 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 13:39:54 +0200 Subject: [PATCH] Test phpunit 6.4.1 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8b8c65a..b21ba37a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,9 @@ install: script: - cd smarty-phpunit - - phpunit ./ + - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then + ./vendor/bin/phpunit + else + phpunit ./ + fi