Skip to content

Commit 238d6b0

Browse files
Add PHP 7.4 to travis pipeline
1 parent bf92de4 commit 238d6b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4snapshot
67

78
notifications:
89
email: false
@@ -13,14 +14,16 @@ cache:
1314

1415
matrix:
1516
fast_finish: true
17+
allow_failures:
18+
- php: "7.4snapshot"
1619

1720
before_install:
1821
- echo 'Europe/Berlin' | sudo tee /etc/timezone
1922
- sudo dpkg-reconfigure --frontend noninteractive tzdata
20-
21-
before_script:
2223
- pecl install inotify
23-
- composer install --no-interaction --no-progress --no-suggest --no-ansi
24+
25+
install:
26+
- composer install --no-interaction --no-suggest
2427

2528
script:
2629
- composer test:lint

0 commit comments

Comments
 (0)