Don't run functional UI tests on Travis (add eslint:source).

Fixes #5569
This commit is contained in:
LeeDr 2015-12-04 13:50:21 -06:00 committed by Lee Drengenberg
parent 394c82ce2a
commit fe02d66835

View file

@ -1,6 +1,7 @@
module.exports = function (grunt) {
grunt.registerTask('travis', 'Travis CI build script', [
'eslint:source',
'test:browser',
'test:server'
]);