Start testing hhvm on travis-ci

Lets see if it even has imap enabled :-)
This commit is contained in:
Robert Hafner 2014-04-16 00:49:16 -07:00
parent 767a9f0083
commit b98ecaabaa

View File

@ -4,6 +4,7 @@ php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- hhvm
before_script: before_script:
- composer self-update && composer install --dev - composer self-update && composer install --dev
@ -13,4 +14,8 @@ before_script:
script: ./tests/runTests.sh script: ./tests/runTests.sh
after_script: after_script:
- php vendor/bin/coveralls -v - php vendor/bin/coveralls -v
matrix:
allow_failures:
- php: hhvm