Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lundbøl committed Jan 30, 2019
1 parent e004e92 commit 4bb135a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: php
php:
- '5.5'
- '7.1'
- '7.2'
- '7.3'
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- travis_retry composer install --prefer-lowest --no-interaction
notifications:
email: false

0 comments on commit 4bb135a

Please sign in to comment.