remove "build" task from jenkins script

This commit is contained in:
spalger 2015-08-14 11:54:08 -07:00
parent 552b824711
commit e1a04f9514

View file

@ -2,8 +2,7 @@ module.exports = function (grunt) {
grunt.registerTask('jenkins', 'Jenkins build script', [
'esvm:dev',
'test',
'build'
'test'
]);
};