From d66883622c6611d854828bf99f89f399d06a3aea Mon Sep 17 00:00:00 2001
From: Patrick Radtke <patrick@cirrusidentity.com>
Date: Thu, 15 Sep 2016 16:01:04 -0700
Subject: [PATCH] Update travis.yml for phpunit 4.8

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d51ef01b8..ce3ec8169 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ matrix:
   - php: hhvm
 before_script: composer update --dev
 script:
-- php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit
+- php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit
 - bin/check-syntax.sh
 after_success:
 - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
-- 
GitLab