remove license checking from test script

This commit is contained in:
spalger 2015-07-27 17:34:33 -07:00
parent 7fe7ff5fc1
commit 0f6d59e258

View file

@ -8,7 +8,6 @@ module.exports = function (grunt) {
grunt.task.run(_.compact([
process.env.TRAVIS && 'esvm:dev',
'licenses',
'jshint:source',
'jscs:source',
'maybeStartKibana',