summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 8d86bf34c..491a4922a 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -183,6 +183,6 @@ module.exports = function (grunt) {
grunt.registerTask('default', ['jslint', 'concat', 'ngmin', 'wrap']);
grunt.registerTask('test', ['karma:unit']);
grunt.registerTask('e2e', ['protractor_webdriver', 'connect', 'protractor:chrome']);
- grunt.registerTask('ci', ['default', 'karma:continuous', 'protractor_webdriver', 'connect', 'protractor:phantomjs']);
-
+ grunt.registerTask('ci-unit', ['default', 'karma:continuous']);
+ grunt.registerTask('ci-e2e', ['protractor_webdriver', 'connect', 'protractor:phantomjs']);
}; \ No newline at end of file