Skip to content

Commit

Permalink
Merge pull request #47 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added more PHP versions and HHVM
  • Loading branch information
schmittjoh committed Jul 8, 2014
2 parents f44eefc + b11c776 commit 72091ba
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 72091ba

Please sign in to comment.