Skip to content

Commit f747789

Browse files
authored
Adding tests for Symfony 4 BETA
1 parent acafbdb commit f747789

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ matrix:
3232
env: SYMFONY_VERSION=2.8.*
3333
- php: 7.0
3434
env: SYMFONY_VERSION=3.0.*
35+
- php: 7.1
36+
env: DEPENDENCIES=beta
3537

3638
allow_failures:
3739
- php: nightly
@@ -42,6 +44,7 @@ env:
4244

4345
before_install:
4446
- phpenv config-rm xdebug.ini || echo "xdebug not available";
47+
- if [ "$DEPENDENCIES" = "beta" ]; then perl -pi -e 's/^}$/,"minimum-stability":"beta"}/' composer.json; fi;
4548
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/framework-bundle "$SYMFONY_VERSION"; fi
4649
- if [ "$COMPOSER_FLAGS" != "" ]; then composer update --prefer-dist --no-interaction --no-scripts $COMPOSER_FLAGS; fi;
4750

0 commit comments

Comments
 (0)