Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
update .travis.yml for new versions
Browse files Browse the repository at this point in the history
This removes the testing for Symfony lower then 2.3
as this version is OEL

And adds testing for hhvm
  • Loading branch information
sstok committed Nov 9, 2014
1 parent 5d37700 commit afa4d65
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: php

env:
- SYMFONY_VERSION="2.1.*"
- SYMFONY_VERSION="2.2.*"
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"

before_script:
- COMPOSER_ROOT_VERSION=dev-master
Expand All @@ -17,5 +16,12 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly

script: phpunit --configuration phpunit.xml.dist --exclude-group ""

matrix:
allow_failures:
- php: hhvm-nightly

0 comments on commit afa4d65

Please sign in to comment.