Adding esvm to test for travis

This commit is contained in:
Chris Cowan 2015-01-23 12:09:21 -07:00
parent c65c274dad
commit fb984758ec

View file

@ -31,6 +31,7 @@ module.exports = function (grunt) {
'less'
];
addTestTask(tasks);
if (process.env.TRAVIS) tasks.shift('esvm:dev');
grunt.task.run(tasks);
});