Moved composer out of the private directory
Unsure if that's why I couldn't make the file, thinking of perhaps making the log directory part of the directory structure instead of creating it on the fly in Travis CI.
This commit is contained in:
parent
4a8260c0eb
commit
04e008c508
4 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"config": {
|
||||
"vendor-dir": ".composer"
|
||||
"vendor-dir": "vendors/composer"
|
||||
},
|
||||
"require": {
|
||||
"devize/closure-compiler": "@dev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue