Skip to content

Commit 7fdded4

Browse files
committed
Fixed TravisCI config
1 parent 89aa41c commit 7fdded4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ php:
88

99
before_script:
1010
- cd tests
11-
- wget http://getcomposer.org/composer.phar
12-
- php composer.phar install
1311

14-
script: ./phpunit --coverage-text --configuration phpunit.xml.dist
12+
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)