simplify ci script and config params

This commit is contained in:
Spencer Alger
2015-01-11 00:45:35 -07:00
parent e42cfa52c9
commit eb2ae14934
3 changed files with 136 additions and 122 deletions

View File

@ -81,7 +81,6 @@ function sendFile(file) {
var app = express();
app
.use(express.logger('dev'))
.use(app.router)
// runners
.get('/unit.html', sendFile(root + '/test/browser_unit_tests.html'))