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

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

parent 66a765aa
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ mysql:
before_install:
- phpenv config-rm xdebug.ini
- phpenv rehash
- if [[ ! -f $HOME/.composer/auth.json ]]; then rm $HOME/.composer/auth.json fi
- composer self-update
- composer --version
......@@ -107,7 +108,6 @@ before_install:
install:
- git checkout $TRAVIS_COMMIT
## Build with the composer.
- rm $HOME/.composer/auth.json
- composer install --no-interaction
## Install with drush.
......
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