Skip to content

Commit 78480c3

Browse files
committed
use system installed phpunit
1 parent b9dca8d commit 78480c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ php:
66
- 5.5
77
# - hhvm
88

9-
before_script:
10-
- wget http://getcomposer.org/composer.phar
11-
- php composer.phar install --dev
12-
13-
script: ./vendor/bin/phpunit tests
9+
script: phpunit tests

0 commit comments

Comments
 (0)