Skip to content

Commit c243079

Browse files
[travis] update
1 parent 51f88b1 commit c243079

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
@@ -5,11 +5,7 @@ php:
55

66
before_script:
77
- wget http://getcomposer.org/composer.phar
8-
- php composer.phar install --dev --no-interaction
8+
- php composer.phar install --no-interaction
99

1010
script:
11-
- mkdir -p build/logs
12-
- phpunit --coverage-clover build/logs/clover.xml
1311

14-
after_script:
15-
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)