Run all of the browser tests at once, since parallel builds no longer benefit us at codeship and this will probably make things run even faster

This commit is contained in:
Spencer Alger
2014-01-17 16:07:35 -07:00
parent 9c1c100ee1
commit bacd515545
11 changed files with 81 additions and 39 deletions

View File

@ -28,7 +28,9 @@ module.exports = {
options: {
reporter: 'mocha-lcov-reporter',
coveralls: {
serviceName: 'travis-ci'
serviceName: 'codeship',
serviceJobId: process.env.CI_BUILD_NUMBER,
repoToken: process.env.COVERALLS_TOKEN
}
}
}