Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 46da646

Browse files
committed
Try fixing the Sf 3 build
1 parent 93fa909 commit 46da646

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,23 @@ cache:
1717
matrix:
1818
include:
1919
- php: 5.6
20-
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev" DEPS=dev
20+
env: DEPS=dev
2121
- php: 5.3
2222
env: COMPOSER_FLAGS="--prefer-lowest"
2323
- php: 5.6
2424
env: SYMFONY_VERSION=2.3.*
2525
- php: 5.6
2626
env: SYMFONY_VERSION=2.7.*
27+
- php: 5.6
28+
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
2729
fast_finish: true
2830

2931
before_install:
3032
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3133
- phpenv config-rm xdebug.ini || true
3234
- composer self-update
3335
- if [ "$DEPS" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi
34-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
36+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:$SYMFONY_VERSION" --no-update; fi
3537

3638
install: composer update --prefer-dist $COMPOSER_FLAGS
3739

0 commit comments

Comments
 (0)