We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e004e92 commit 4bb135aCopy full SHA for 4bb135a
.travis.yml
@@ -1,8 +1,10 @@
1
language: php
2
php:
3
-- '5.5'
+- '7.1'
4
+- '7.2'
5
+- '7.3'
6
before_script:
7
- travis_retry composer self-update
-- travis_retry composer install --prefer-source --no-interaction
8
+- travis_retry composer install --prefer-lowest --no-interaction
9
notifications:
10
email: false
0 commit comments