Skip to content

Commit 544bbff

Browse files
authored
Update .travis.yml
1 parent 0b176b4 commit 544bbff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,36 +112,33 @@ matrix:
112112
- SYMFONY_VERSION="2.3.*"
113113
- PHPUNIT=phpunit-5.7
114114
- TEST_LINT=`true`
115-
- PHP_CS_FIXER=`true`
116115
- SENSIO_SECURITY=`true`
117116
- php: nightly
118117
env:
119118
- SYMFONY_VERSION="2.7.*"
120119
- PHPUNIT=phpunit-5.7
121120
- TEST_LINT=`true`
122-
- PHP_CS_FIXER=`true`
123121
- SENSIO_SECURITY=`true`
124122
- php: nightly
125123
env:
126124
- SYMFONY_LTS="2"
127125
- PHPUNIT=phpunit-5.7
128126
- TEST_LINT=`true`
129-
- PHP_CS_FIXER=`true`
130127
- SENSIO_SECURITY=`true`
131128
- php: nightly
132129
env:
133130
- SYMFONY_LTS="3"
134131
- PHPUNIT=phpunit-5.7
135132
- TEST_LINT=`true`
136-
- PHP_CS_FIXER=`true`
137133
- SENSIO_SECURITY=`true`
138134
- php: nightly
139135
env:
140136
- SYMFONY_LTS="4.x-dev@dev"
141137
- PHPUNIT=phpunit-5.7
142138
- TEST_LINT=`true`
143-
- PHP_CS_FIXER=`true`
144139
- SENSIO_SECURITY=`true`
140+
allow_failures:
141+
- php: nightly
145142

146143
before_install:
147144
- source /etc/os-release ; echo $VERSION

0 commit comments

Comments
 (0)