added testling run to the travis build
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
module.exports = function (grunt) {
|
||||
grunt.registerTask('browser_clients:test', [
|
||||
'build',
|
||||
'browserify:yaml_tests',
|
||||
'run:browser_unit_tests',
|
||||
'browser_clients:build',
|
||||
'run:browser_unit_tests'
|
||||
// 'browserify:yaml_tests',
|
||||
// 'run:browser_integration_tests'
|
||||
]);
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ module.exports = {
|
||||
exec: 'node scripts/generate'
|
||||
},
|
||||
browser_unit_tests: {
|
||||
exec: 'npm run browser_tests',
|
||||
exec: './node_modules/.bin/testling .',
|
||||
options: {
|
||||
cwd: '.'
|
||||
}
|
||||
|
||||
@ -23,6 +23,7 @@ module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('travis', [
|
||||
'test',
|
||||
'browser_clients:test',
|
||||
'mochacov:ship_coverage'
|
||||
]);
|
||||
};
|
||||
Reference in New Issue
Block a user