Skip to content

Commit 4bb135a

Browse files
author
Michael Lundbøl
committed
Update travis configuration
1 parent e004e92 commit 4bb135a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: php
22
php:
3-
- '5.5'
3+
- '7.1'
4+
- '7.2'
5+
- '7.3'
46
before_script:
57
- travis_retry composer self-update
6-
- travis_retry composer install --prefer-source --no-interaction
8+
- travis_retry composer install --prefer-lowest --no-interaction
79
notifications:
810
email: false

0 commit comments

Comments
 (0)