mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
Start testing hhvm on travis-ci
Lets see if it even has imap enabled :-)
This commit is contained in:
parent
767a9f0083
commit
b98ecaabaa
@ -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
|
||||||
@ -14,3 +15,7 @@ script: ./tests/runTests.sh
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- php vendor/bin/coveralls -v
|
- php vendor/bin/coveralls -v
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
Loading…
Reference in New Issue
Block a user