Skip to content

Commit f1fedfa

Browse files
author
Yann Eugoné
authored
Fixes travis YAML syntax error
1 parent 859d153 commit f1fedfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ matrix:
1919
env: SYMFONY_VERSION="3.1.*"
2020
- php: 5.6
2121
env: SYMFONY_VERSION="3.2.*@dev"
22-
allow_failures:
23-
- env: SYMFONY_VERSION=3.2.*@dev
22+
allow_failures:
23+
- env: SYMFONY_VERSION=3.2.*@dev
2424

2525
sudo: false
2626

0 commit comments

Comments
 (0)