0
Fork 0
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:
kirrg001 2018-07-24 18:33:26 +02:00 committed by Katharina Irrgang
parent c40454f23c
commit aeb617594c

View file

@ -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(()=> {