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 0326890 commit d1f1eecCopy full SHA for d1f1eec
1 file changed
.travis.yml
@@ -12,14 +12,14 @@ cache:
12
matrix:
13
fast_finish: true
14
include:
15
- - php: nightly
16
- env:
17
- - SYMFONY_VERSION="dev-master"
18
- - CHECK_PHP_SYNTAX="no"
19
- php: 7.1
20
env:
21
- SYMFONY_VERSION="3.2.*"
22
- CHECK_PHP_SYNTAX="yes"
+ - php: nightly
+ env:
+ - SYMFONY_VERSION="dev-master"
+ - CHECK_PHP_SYNTAX="no"
23
allow_failures:
24
- php: nightly
25
0 commit comments