Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Sep 8, 2020
1 parent 4fa8319 commit 08e8830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- travis_retry composer self-update
- travis_retry composer self-update 1.10.10
- travis_retry composer install --prefer-source --no-interaction --dev

script: vendor/bin/phpunit

0 comments on commit 08e8830

Please sign in to comment.