Adding esvm to test for travis

This commit is contained in:
Chris Cowan 2015-01-23 12:09:21 -07:00
parent 05af7e0676
commit 2bed1807d1

View file

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