Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
tplaner committed Apr 17, 2019
1 parent 7576786 commit d4ab682
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ php:
- 7.3

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

script: phpunit
script:
- vendor/bin/phpunit

0 comments on commit d4ab682

Please sign in to comment.