Skip to content

Commit

Permalink
Start testing hhvm on travis-ci
Browse files Browse the repository at this point in the history
Lets see if it even has imap enabled :-)
  • Loading branch information
tedivm committed Apr 16, 2014
1 parent 767a9f0 commit b98ecaa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

before_script:
- composer self-update && composer install --dev
Expand All @@ -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

0 comments on commit b98ecaa

Please sign in to comment.