Update .travis.yml
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,12 +4,19 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
|
env:
|
||||||
|
- SYMFONY_VERSION='2.0.*'
|
||||||
|
- SYMFONY_VERSION='2.1.*'
|
||||||
|
- SYMFONY_VERSION='2.2.*@dev'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl http://getcomposer.org/installer | php
|
- curl http://getcomposer.org/installer | php
|
||||||
- php composer.phar install --dev
|
- php composer.phar require --no-update symfony/symfony=$SYMFONY_VERSION
|
||||||
|
- php composer.phar install --dev --prefer-source
|
||||||
|
- export PATH=./vendor/bin:$PATH
|
||||||
|
|
||||||
script: vendor/bin/behat -fprogress
|
script: behat -fprogress
|
||||||
|
|||||||
Reference in New Issue
Block a user