Skip to content

Commit

Permalink
Added PHP 5.6 and HHVM to Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed May 30, 2014
1 parent 91f23c2 commit cf3d14a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: php

php:
- 5.5
- 5.6
- hhvm

install: composer install

script: phpunit --configuration dist.phpunit.xml
script: phpunit --configuration dist.phpunit.xml

0 comments on commit cf3d14a

Please sign in to comment.