mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +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.4
|
||||
- 5.5
|
||||
- hhvm
|
||||
|
||||
before_script:
|
||||
- composer self-update && composer install --dev
|
||||
@ -13,4 +14,8 @@ before_script:
|
||||
script: ./tests/runTests.sh
|
||||
|
||||
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