Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Commit c13eefe

Browse files
committed
Test on PHP 7.4 stable
1 parent 1462751 commit c13eefe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: php
22

3+
dist: bionic
4+
35
php:
46
- 7.1
57
- 7.2
68
- 7.3
9+
- 7.4
710

811
env:
912
matrix:
1013
- COMPOSER_FLAGS=""
1114
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
1215

13-
sudo: false
14-
15-
before_script:
16-
- travis_retry composer self-update
16+
install:
1717
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1818

1919
script:

0 commit comments

Comments
 (0)