Skip to content

Commit

Permalink
Make Travis PHP tests execute also in hhvm (with allowed failures) an…
Browse files Browse the repository at this point in the history
…d 5.5

Signed-off-by: Rogerio Prado de Jesus <[email protected]>
  • Loading branch information
rogeriopradoj committed Jan 26, 2014
1 parent 7ecd16a commit b4489d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ before_script:
- composer install

php:
- "5.5"
- "5.4"
- "5.3"
- "hhvm"

script: phpunit
script: phpunit

matrix:
allow_failures:
- php: hhvm

0 comments on commit b4489d0

Please sign in to comment.