Skip to content

Commit 034aa95

Browse files
Travis improvements
1 parent 017db84 commit 034aa95

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- hhvm
78

89
before_script:
9-
- curl -s http://getcomposer.org/installer | php
10-
- php composer.phar install --dev
10+
- travis_retry composer self-update
11+
- travis_retry composer install --no-interaction --prefer-source --dev
1112

12-
script: phpunit
13+
script:
14+
- vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)