Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Ivan Lanin 2014-02-22 23:19:29 +07:00
commit a915e05a15
1 changed files with 6 additions and 3 deletions

View File

@ -4,9 +4,12 @@ php:
- 5.3
- 5.4
- 5.5
## Wait for solving this issue : https://github.com/travis-ci/travis-ci/issues/1749
# - hhvm
## @reference https://github.com/travis-ci/travis-ci/issues/1749
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
## Composer
- curl -s http://getcomposer.org/installer | php