Skip to content

Commit

Permalink
Tried to fix travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jan 25, 2014
1 parent e1a36f4 commit ffe4bfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
1 change: 1 addition & 0 deletions .travis.php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension="mongo.so"
23 changes: 7 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,20 @@ php:
- hhvm

env:

- SYMFONY_VERSION=2.1.* DOCTRINE_ORM_VERSION=2.3.*
- SYMFONY_VERSION=2.1.* DOCTRINE_ORM_VERSION=2.4.*

- SYMFONY_VERSION=2.2.* DOCTRINE_ORM_VERSION=2.3.*
- SYMFONY_VERSION=2.2.* DOCTRINE_ORM_VERSION=2.4.*

- SYMFONY_VERSION=2.3.* DOCTRINE_ORM_VERSION=2.3.*
- SYMFONY_VERSION=2.3.* DOCTRINE_ORM_VERSION=2.4.*

- SYMFONY_VERSION=2.4.* DOCTRINE_ORM_VERSION=2.3.*
- SYMFONY_VERSION=2.4.* DOCTRINE_ORM_VERSION=2.4.*

- SYMFONY_VERSION=dev-master DOCTRINE_ORM_VERSION=2.4.*
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master

matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master DOCTRINE_ORM_VERSION=2.4.*
- env: SYMFONY_VERSION=dev-master
- php: hhvm

before_script:
- phpenv config-add .travis.php.ini
- composer self-update
- composer require doctrine/orm:${DOCTRINE_ORM_VERSION} --no-update
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update --dev
- composer update --prefer-dist --no-interaction

Expand Down

0 comments on commit ffe4bfc

Please sign in to comment.