summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 14:17:47 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 14:17:47 +0200
commitb98be78cbf6bcbcd5f05932777e7467e1814c1e1 (patch)
tree6f4c34c4b81d91ec63a85145a92685e8b731cfc5 /.travis.yml
parent0cad91414756512a965ebabe63315ebbdb0ab1d5 (diff)
downloadsmarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.tar.gz
smarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.tar.bz2
smarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.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 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