mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-04 23:49:45 +02:00
travis CI again
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
base_dir: path.join(__dirname,'../..'),
|
||||
themes_path: path.join(__dirname, '../../node_modules'),
|
||||
upload_url: path.join(path.sep, '../../uploads', path.sep),
|
||||
views_dir: path.join(__dirname, '../../public/templates')
|
||||
views_dir: path.join(__dirname, '../../public/templates'),
|
||||
relative_path: ''
|
||||
});
|
||||
|
||||
var dbType = nconf.get('database'),
|
||||
|
||||
Reference in New Issue
Block a user