Use the process.cwd() in sauce labs and unroll sauce tests in travis.yml.

This commit is contained in:
John-David Dalton
2013-11-02 22:52:38 -07:00
parent 2b6f26b214
commit 20ffbf5a82
2 changed files with 19 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
// create a web server for the local dir
var mount = ecstatic({
root: path.resolve(__dirname, '..'),
root: process.cwd(),
cache: false
});