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 16e54fb commit 81601e2Copy full SHA for 81601e2
.travis.yml
@@ -1,14 +1,12 @@
1
language: php
2
3
+dist: bionic
4
+
5
php:
6
- 7.1
7
- 7.2
8
- 7.3
- - 7.4snapshot
-
9
-before_install:
10
- - composer self-update
11
- - composer clear-cache
+ - 7.4
12
13
install:
14
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
@@ -21,4 +19,3 @@ after_success:
21
19
22
20
notifications:
23
email: false
24
0 commit comments