Merge pull request #158 from hkdobrev/travis-composer

Run composer install in Travis CI before tests
This commit is contained in:
Emanuil Rusev 2014-04-25 00:06:06 +03:00
commit 504991a04e
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ php:
- 5.3
- 5.2
- hhvm
before_install: composer self-update
install: composer install