Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ManneW/HipChatBundle
Browse files Browse the repository at this point in the history
* 'develop' of github.com:ManneW/HipChatBundle:
  Hopefully fixed the Travis CI configuration.
  Updated Travis CI configuration to also test against PHP 5.6 and HHVM.
  • Loading branch information
ManneW committed Jul 29, 2014
2 parents a4b121b + f27ce4d commit 246a629
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,8 +5,14 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- composer install --dev --prefer-source

script: phpunit
script: phpunit --coverage-text

0 comments on commit 246a629

Please sign in to comment.