Skip to content

Commit

Permalink
updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Loth committed Jan 26, 2015
1 parent d5d7b8c commit af5d944
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@ language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
- SYMFONY_VERSION=v2.1.7
- SYMFONY_VERSION=origin/2.1
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*@dev

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install

script: phpunit

matrix:
allow_failures:
- php: hhvm
- env: SYMFONY_VERSION=2.7.*@dev

notifications:
email:
- sven@hipaway.com
- sven.loth@me.com

0 comments on commit af5d944

Please sign in to comment.