Don't run functional UI tests on Travis, the resources are insufficient.

Fixes #5569
This commit is contained in:
LeeDr 2015-12-04 10:17:57 -06:00 committed by Lee Drengenberg
parent f305d10a2b
commit f35c0e6557

View file

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