Skip to content

Commit f01f8ea

Browse files
committed
use phpunit in vendor
1 parent 620b932 commit f01f8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ php:
55
- 5.4
66

77
script:
8-
- php bin/phpunit
8+
- vendor/phpunit/phpunit/composer/bin/phpunit
99

1010
before_script:
1111
- sudo apt-get -qq update > /dev/null
1212
- sudo apt-get -qq install graphviz > /dev/null
1313
- phpenv rehash > /dev/null
1414
- composer selfupdate --quiet
1515
- composer install --dev
16-
- php bin/phpunit
16+
- vendor/phpunit/phpunit/composer/bin/phpunit
1717
- composer update --dev
1818

1919
notifications:

0 commit comments

Comments
 (0)