Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
update travis.yml (add hhvm)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Feb 8, 2014
1 parent 0bfd44a commit 8cfa670
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
language: php

php:
- 5.3
- 5.4
- 5.5

- 5.3
- 5.4
- 5.5
- hhvm

env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master

install: composer install

before_script:
- git config --global user.email "test@test.com"
- git config --global user.name "John Doe"
- composer require symfony/symfony:${SYMFONY_VERSION}
- git config --global user.email "test@test.com"
- git config --global user.name "John Doe"
- composer require symfony/symfony:${SYMFONY_VERSION}

script: phpunit

notifications:
email:
- d.a.badura@gmail.com
email:
- d.a.badura@gmail.com

matrix:
allow_failures:
- php: hhvm

0 comments on commit 8cfa670

Please sign in to comment.