mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Use the process.cwd() in sauce labs and unroll sauce tests in travis.yml.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
// create a web server for the local dir
|
||||
var mount = ecstatic({
|
||||
root: path.resolve(__dirname, '..'),
|
||||
root: process.cwd(),
|
||||
cache: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user