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

Commit 2dfd027

Browse files
committed
Update Travis config
1 parent 2391c6a commit 2dfd027

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,25 @@ matrix:
2020
include:
2121
- php: 5.6
2222
env: SYMFONY_VERSION=2.3.*
23-
- php: 5.6
24-
env: SYMFONY_VERSION=2.5.*
2523
- php: 5.6
2624
env: SYMFONY_VERSION=2.7.*
2725
- php: 5.6
28-
env: SYMFONY_VERSION=3.0.*
26+
env: SYMFONY_VERSION=2.8.*
27+
- php: 5.6
28+
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
2929
allow_failures:
3030
- php: 5.6
3131
env: SYMFONY_VERSION=2.7.*
3232
- php: 5.6
33-
env: SYMFONY_VERSION=3.0.*
33+
env: SYMFONY_VERSION=2.8.*
34+
- php: 5.6
35+
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
3436

35-
before_script:
37+
before_install:
38+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3639
- composer self-update
37-
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
40+
41+
install: composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3842

3943
script: phpunit --coverage-text
4044

0 commit comments

Comments
 (0)