From 80b0c94aab4b85d9030de9fc68ad660b68df4d7d Mon Sep 17 00:00:00 2001 From: Robert Haritonov Date: Sun, 16 Aug 2015 20:12:21 +0200 Subject: [PATCH] remove casper call from grunt --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1f0e084..907153e 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -295,8 +295,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('ci-post-run', [ - 'test', - 'test-func' + 'test' ]); grunt.registerTask('ci-post-run-win', [