summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 16:38:32 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 16:38:32 +0200
commit7e84d34363b7f83aab86b51760f7071d335b6509 (patch)
tree1503509427d3af6128f73347727cbca75cf02877 /.travis.yml
parent0f0fdf0200d292d8fe235b9268418dcd9c723f0e (diff)
downloadsmarty-7e84d34363b7f83aab86b51760f7071d335b6509.tar.gz
smarty-7e84d34363b7f83aab86b51760f7071d335b6509.tar.bz2
smarty-7e84d34363b7f83aab86b51760f7071d335b6509.zip
Use phpunit 6.4.1 for PHP 7.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 85e7fdfd..dd90c336 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 ./;
+ $COMPOSER_BIN_DIR/phpunit ./;
else
phpunit ./;
fi