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 (add eslint:source).
Fixes #5569
This commit is contained in:
parent
fe02d66835
commit
e6f713ae59
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('travis', 'Travis CI build script', [
|
||||
'eslint:source',
|
||||
'test:browser',
|
||||
'test:server'
|
||||
'test:server',
|
||||
'test:browser'
|
||||
]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue