Added self-update to the travis build

Making this a standard thing in my travis scripts because it seems they let the
version go stale pretty regularly.
This commit is contained in:
Josh Sherman 2014-10-04 11:10:59 -04:00
parent ee34d8aff9
commit 6c148c124e

View file

@ -22,6 +22,7 @@ services:
- redis - redis
install: install:
- composer self-update
- composer install - composer install
before_script: before_script: