Skip to content

Commit db96020

Browse files
authored
Merge pull request KnpLabs#838 from GrahamCampbell/patch-1
Update .travis.yml
2 parents 364e765 + 7990fb7 commit db96020

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
2-
sudo: false
2+
3+
dist: bionic
34

45
cache:
56
directories:
@@ -13,7 +14,7 @@ php:
1314
- 7.1
1415
- 7.2
1516
- 7.3
16-
- 7.4snapshot
17+
- 7.4
1718

1819
matrix:
1920
include:
@@ -25,7 +26,7 @@ before_install:
2526
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
2627

2728
install:
28-
- travis_retry composer install --no-interaction
29+
- travis_retry composer install
2930

3031
script:
3132
- $TEST_COMMAND

0 commit comments

Comments
 (0)