mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed travis builds
no issue - this is just a try, not sure it will fix the permission problem on travis
This commit is contained in:
parent
c40454f23c
commit
aeb617594c
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ describe('Settings API', function () {
|
|||
});
|
||||
|
||||
it('can upload routes.yaml', ()=> {
|
||||
const newRoutesYamlPath = `${os.tmpdir()}routes.yaml`;
|
||||
const newRoutesYamlPath = `${os.tmpdir()}/routes.yaml`;
|
||||
|
||||
return fs.writeFile(newRoutesYamlPath, 'routes:\ncollections:\ntaxonomies:\n')
|
||||
.then(()=> {
|
||||
|
|
Loading…
Add table
Reference in a new issue