Fix: Update composer itself in before_install section

This commit is contained in:
Andreas Möller 2015-07-12 23:21:01 -04:00
parent 67b9eb8565
commit 7f1a173cab

View File

@ -14,9 +14,11 @@ matrix:
allow_failures:
- php: 7
before_install:
- composer selfupdate
install:
- sudo apt-get -y install pypy python-sphinx graphviz
- composer selfupdate
- travis_retry composer update --no-interaction --prefer-source
script: