Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit e1ec16e

Browse files
committed
Merge pull request #363 from firebase/remove_travis
Remove protractor e2e tests from travis
2 parents d55b6f6 + d4c283e commit e1ec16e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ module.exports = function(grunt) {
137137
grunt.registerTask('test:manual', ['karma:manual']);
138138

139139
// Travis CI testing
140-
grunt.registerTask('test:travis', ['build', 'test:unit', 'connect:testserver', 'protractor:saucelabs']);
140+
//grunt.registerTask('test:travis', ['build', 'test:unit', 'connect:testserver', 'protractor:saucelabs']);
141+
grunt.registerTask('test:travis', ['build', 'test:unit']);
141142

142143
// Build tasks
143144
grunt.registerTask('build', ['concat', 'jshint', 'uglify']);

0 commit comments

Comments
 (0)