Skip to content

Commit 80b0c94

Browse files
committed
remove casper call from grunt
1 parent 1f93b4e commit 80b0c94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ module.exports = function(grunt) {
295295
]);
296296

297297
grunt.registerTask('ci-post-run', [
298-
'test',
299-
'test-func'
298+
'test'
300299
]);
301300

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

0 commit comments

Comments
 (0)