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.
2 parents 364e765 + 7990fb7 commit db96020Copy full SHA for db96020
.travis.yml
@@ -1,5 +1,6 @@
1
language: php
2
-sudo: false
+
3
+dist: bionic
4
5
cache:
6
directories:
@@ -13,7 +14,7 @@ php:
13
14
- 7.1
15
- 7.2
16
- 7.3
- - 7.4snapshot
17
+ - 7.4
18
19
matrix:
20
include:
@@ -25,7 +26,7 @@ before_install:
25
26
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
27
28
install:
- - travis_retry composer install --no-interaction
29
+ - travis_retry composer install
30
31
script:
32
- $TEST_COMMAND
0 commit comments