summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 14:30:08 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 14:30:08 +0200
commit0b8940c75e8b05a3ca07641ef0ba8b3149b5da49 (patch)
treecaa69c46cf594645b46623c35a73ef843e06dee7 /.travis.yml
parentb98be78cbf6bcbcd5f05932777e7467e1814c1e1 (diff)
downloadsmarty-0b8940c75e8b05a3ca07641ef0ba8b3149b5da49.tar.gz
smarty-0b8940c75e8b05a3ca07641ef0ba8b3149b5da49.tar.bz2
smarty-0b8940c75e8b05a3ca07641ef0ba8b3149b5da49.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 38c61911..ecc90c22 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