run composer install on travis.ci

This commit is contained in:
gmsantosxl
2014-02-04 10:52:35 -02:00
parent cad386e65f
commit f1f99d86f2

View File

@@ -3,7 +3,17 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
branches:
only:
- master
matrix:
allow_failures:
- php: hhvm
fast_finish: true