From b98be78cbf6bcbcd5f05932777e7467e1814c1e1 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 14:17:47 +0200 Subject: [PATCH] Use phpunit 6.4.1 for PHP 7.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 804367ca..38c61911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: script: - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.1 || $TRAVIS_PHP_VERSION = nightly ]]; then - ./vendor/bin/phpunit; + ../vendor/bin/phpunit; else phpunit ./; fi