Merge pull request #432 from peter17/patch-1

Fix syntax in .travis.yml
This commit is contained in:
Toni Uebernickel 2016-10-13 18:10:56 +02:00 committed by GitHub
commit 39ba311d04

View file

@ -16,7 +16,7 @@ env:
- SYMFONY_VERSION="^2.8"
- SYMFONY_VERSION="^2.8" COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^3.0"
- SYMFONY_VERSION="^3.0" COMPOSER_FLAGS="--prefer-lowest""
- SYMFONY_VERSION="^3.0" COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="dev-master"
matrix: