Skip to content

Commit

Permalink
Added more PHP versions and HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 8, 2014
1 parent f44eefc commit b11c776
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ language: php
php:
- 5.3
- 5.4

- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- composer self-update
- composer install --dev
Expand Down

0 comments on commit b11c776

Please sign in to comment.