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

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

parent 529e1c89
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ before_install: ...@@ -50,7 +50,7 @@ before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- phpenv rehash - phpenv rehash
- COMPOSER_AUTH_PATH="$HOME/.composer/auth.json" - COMPOSER_AUTH_PATH="$HOME/.composer/auth.json"
- if [[ -f COMPOSER_AUTH_PATH ]]; then rm $HOME/.composer/auth.json fi - if [[ -f $COMPOSER_AUTH_PATH ]]; then rm $COMPOSER_AUTH_PATH; fi
- composer self-update - composer self-update
- composer --version - 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