Skip to content

Commit 7dbb49e

Browse files
committed
Merge pull request #143 from symfony-cmf/travis-nightly
[Travis] Use latest versions
2 parents 6b77929 + 6603301 commit 7dbb49e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 5.5
77
- 5.6
88
- hhvm
9+
- nightly
910

1011
sudo: false
1112

@@ -14,7 +15,7 @@ cache:
1415
- $HOME/.composer/cache
1516

1617
env:
17-
- SYMFONY_VERSION=2.6.*
18+
- SYMFONY_VERSION=2.7.*
1819

1920
matrix:
2021
include:
@@ -23,20 +24,24 @@ matrix:
2324
- php: 5.6
2425
env: SYMFONY_VERSION=2.3.*
2526
- php: 5.6
26-
env: SYMFONY_VERSION=2.5.*
27+
env: SYMFONY_VERSION=2.6.*
2728
- php: 5.6
28-
env: SYMFONY_VERSION=2.7.*
29+
env: SYMFONY_VERSION=2.8.*
2930
- php: 5.6
3031
env: SYMFONY_VERSION=3.0.*
3132
allow_failures:
33+
- php: nightly
34+
- php: 5.6
35+
env: SYMFONY_VERSION=2.8.*
3236
- php: 5.6
3337
env: SYMFONY_VERSION=3.0.*
3438

3539
# we install our own composer to set memory limit to illimited, because on php 5.3 the memory consumption is gigantic
3640
before_install:
3741
- curl -sS http://getcomposer.org/composer.phar > composer.phar
3842
- php composer.phar require symfony/routing:${SYMFONY_VERSION} --no-update
39-
- travis_wait php -d memory_limit=-1 composer.phar update --prefer-dist $COMPOSER_FLAGS
43+
44+
install: travis_wait php -d memory_limit=-1 composer.phar update --prefer-dist $COMPOSER_FLAGS
4045

4146
script: phpunit --coverage-text
4247

0 commit comments

Comments
 (0)