summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:39:54 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:39:54 +0200
commit1bb374c1fbe8d46c36493fbe7de03322e2b75a72 (patch)
treecccb2fbb328707deb57f744d713677207746c9e8 /.travis.yml
parent8d3153401a63f36bfd144baf12cde48090816068 (diff)
downloadsmarty-1bb374c1fbe8d46c36493fbe7de03322e2b75a72.tar.gz
smarty-1bb374c1fbe8d46c36493fbe7de03322e2b75a72.tar.bz2
smarty-1bb374c1fbe8d46c36493fbe7de03322e2b75a72.zip
Test phpunit 6.4.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b8b8c65a..b21ba37a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,5 +28,9 @@ install:
script:
- cd smarty-phpunit
- - phpunit ./
+ - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then
+ ./vendor/bin/phpunit
+ else
+ phpunit ./
+ fi