1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00

Fix install order

This commit is contained in:
Aaron Piotrowski 2017-12-02 20:15:36 -06:00
parent 917aaca671
commit f4c5a623ff
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -20,9 +20,9 @@ before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
install:
- composer update -n --prefer-dist
- travis/install-eio.sh
- travis/install-uv.sh
- composer update -n --prefer-dist
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
- chmod +x coveralls.phar