Skip to content

Commit

Permalink
Adding esvm to test for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Jan 23, 2015
1 parent c65c274 commit fb98475
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 @@ -31,6 +31,7 @@ module.exports = function (grunt) {
'less'
];
addTestTask(tasks);
if (process.env.TRAVIS) tasks.shift('esvm:dev');
grunt.task.run(tasks);
});

Expand Down

0 comments on commit fb98475

Please sign in to comment.