diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-02-05 03:46:49 -0500 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-02-05 03:46:49 -0500 |
commit | 816d8baf155642bedd0deff02ac890028cecb816 (patch) | |
tree | ece9f399697f82873e831c16a6bd82b701b574bb | |
parent | 8321437895a364345544a5b5ba48e1d256d53003 (diff) | |
download | php7-mysql-shim-816d8baf155642bedd0deff02ac890028cecb816.zip php7-mysql-shim-816d8baf155642bedd0deff02ac890028cecb816.tar.gz php7-mysql-shim-816d8baf155642bedd0deff02ac890028cecb816.tar.bz2 |
Call local phpunit
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e453f19..4490a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ sudo: false before_install: - composer self-update install: travis_retry composer install --no-interaction --prefer-source -script: phpunit +script: php vendor/bin/phpunit after_script: if (( `php -r 'echo PHP_MAJOR_VERSION;'` == 7 )); then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/coverage/coverage.clover; fi; |