Skip to content
Snippets Groups Projects
Commit 529e1c89 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3120794: Fix composer/auth.json in travis.yml

parent 30f8c238
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ mysql:
before_install:
- phpenv config-rm xdebug.ini
- phpenv rehash
- if [[ ! -f $HOME/.composer/auth.json ]]; then rm $HOME/.composer/auth.json fi
- COMPOSER_AUTH_PATH="$HOME/.composer/auth.json"
- if [[ -f COMPOSER_AUTH_PATH ]]; then rm $HOME/.composer/auth.json fi
- composer self-update
- composer --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment