Skip to content

Commit

Permalink
remove casper call from grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Aug 16, 2015
1 parent 1f93b4e commit 80b0c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Expand Up @@ -295,8 +295,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('ci-post-run', [
'test',
'test-func'
'test'
]);

grunt.registerTask('ci-post-run-win', [
Expand Down

0 comments on commit 80b0c94

Please sign in to comment.