Update composer on every travis run as the installed one seems to frequently be out of date
This commit is contained in:
parent
84743398c5
commit
296a94bb10
|
@ -6,6 +6,7 @@ php:
|
|||
- 5.5
|
||||
|
||||
before_install:
|
||||
- composer self-update
|
||||
- composer install
|
||||
- pyrus install pear/PHP_CodeSniffer
|
||||
- phpenv rehash
|
||||
|
|
Loading…
Reference in New Issue
Block a user