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 1d96bf0 commit d59bb07Copy full SHA for d59bb07
.travis.yml
@@ -4,6 +4,16 @@ cache:
4
directories:
5
- $HOME/.composer/cache/files
6
7
+matrix:
8
+ include:
9
+ - php: 7.2
10
+ - php: 7.3
11
+ - php: 7.4
12
+ - php: nightly
13
+ env: COMPOSER_FLAGS="--ignore-platform-reqs"
14
+ allow_failures:
15
16
+
17
php:
18
- 7.2
19
- 7.3
@@ -12,7 +22,7 @@ php:
22
23
install:
24
- composer self-update
- - composer install --prefer-dist
25
+ - composer install --prefer-dist $COMPOSER_FLAGS
26
27
before_script:
28
- mkdir -p build/logs
0 commit comments