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:
parent
917aaca671
commit
f4c5a623ff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user