summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 15:22:35 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 15:22:35 +0200
commit0f0fdf0200d292d8fe235b9268418dcd9c723f0e (patch)
tree4e05a6934947104c2f01f6d804bb1feac863b99f /.travis.yml
parent0b8940c75e8b05a3ca07641ef0ba8b3149b5da49 (diff)
downloadsmarty-0f0fdf0200d292d8fe235b9268418dcd9c723f0e.tar.gz
smarty-0f0fdf0200d292d8fe235b9268418dcd9c723f0e.tar.bz2
smarty-0f0fdf0200d292d8fe235b9268418dcd9c723f0e.zip
Use phpunit 6.4.1 for PHP 7.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ecc90c22..85e7fdfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,10 @@ install:
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
script:
+ - cd smarty-phpunit
- if [[ $TRAVIS_PHP_VERSION = 7.1 || $TRAVIS_PHP_VERSION = nightly ]]; then
- ./vendor/bin/phpunit;
+ /vendor/bin/phpunit ./;
else
- cd smarty-phpunit
phpunit ./;
fi