Skip to content

Commit

Permalink
Closes elastic#2377 - Migrate config from > GA
Browse files Browse the repository at this point in the history
- Closes elastic#2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
  • Loading branch information
simianhacker committed Jan 23, 2015
1 parent fb98475 commit b42ec9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = function (grunt) {
];
addTestTask(tasks);
if (process.env.TRAVIS) tasks.shift('esvm:dev');
addTestTask(tasks);
grunt.task.run(tasks);
});

Expand Down

0 comments on commit b42ec9f

Please sign in to comment.