Skip to content

Commit eed6bc3

Browse files
committed
fixed
1 parent 8c9c548 commit eed6bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_script:
99
- composer self-update
1010
- composer install
1111
- phpenv rehash
12-
script: phpunit -v --colors --coverage-text
12+
script:
13+
- vendor/bin/phpunit -v --colors --coverage-text
1314
notifications:
1415
email:
1516

0 commit comments

Comments
 (0)