Skip to content

Commit 2e6000f

Browse files
authored
Update .travis.yml
1 parent 40029a9 commit 2e6000f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
lnguage: php
1+
language: php
22

33
php:
44
- 7.0
55
- 7.1
66

7-
script: vendor/bin/phpunit
7+
before_script:
8+
- travis_retry composer self-update
9+
- travis_retry composer install --prefer-source --no-interaction
10+
11+
script: phpunit

0 commit comments

Comments
 (0)