From 901b51109e0deb1b5f76b5713c1f83936e9f26cc Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 14 Sep 2015 20:06:59 +0200 Subject: try to fix travis --- js/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 6498867e2..34899a60b 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -290,11 +290,11 @@ module.exports = function (grunt) { grunt.registerTask('dev-php-unit', ['watch:phpunit']); grunt.registerTask('dev-php-integration', ['watch:phpintegration']); - grunt.registerTask('js-unit', ['default', 'karma:continuous']); + grunt.registerTask('js-unit', ['karma:continuous']); grunt.registerTask('php-unit', ['phpunit:coverage']); grunt.registerTask('php-integration', ['phpunit:integration']); grunt.registerTask('acceptance', ['protractor_webdriver', 'connect', 'protractor']); -}; \ No newline at end of file +}; -- cgit v1.2.3