mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Don't run functional UI tests on Travis, the resources are insufficient.
Fixes #5569
This commit is contained in:
parent
f305d10a2b
commit
f35c0e6557
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
module.exports = function (grunt) {
|
||||
|
||||
grunt.registerTask('travis', 'Travis CI build script', [
|
||||
'test'
|
||||
'test:browser',
|
||||
'test:server'
|
||||
]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue