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 bf92de4 commit 238d6b0Copy full SHA for 238d6b0
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.2
5
- 7.3
6
+ - 7.4snapshot
7
8
notifications:
9
email: false
@@ -13,14 +14,16 @@ cache:
13
14
15
matrix:
16
fast_finish: true
17
+ allow_failures:
18
+ - php: "7.4snapshot"
19
20
before_install:
21
- echo 'Europe/Berlin' | sudo tee /etc/timezone
22
- sudo dpkg-reconfigure --frontend noninteractive tzdata
-
-before_script:
23
- pecl install inotify
- - composer install --no-interaction --no-progress --no-suggest --no-ansi
24
+
25
+install:
26
+ - composer install --no-interaction --no-suggest
27
28
script:
29
- composer test:lint
0 commit comments