forked from rollerworks-graveyard/RollerworksMultiUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (26 loc) · 843 Bytes
/
.travis.yml
File metadata and controls
31 lines (26 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: php
env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"
- SYMFONY_VERSION="2.7.*"
# We only install Mongo to ensure the container compiles properly with multiple db-drivers
before_script:
- echo "extension=mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- COMPOSER_ROOT_VERSION=dev-master
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- composer require doctrine/mongodb-odm:"1.0.*@dev" --no-update
- composer require doctrine/mongodb-odm-bundle:"3.0.*@dev" --no-update
- composer install
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm-nightly
script: phpunit --configuration phpunit.xml.dist --exclude-group ""