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:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user