Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 1501228

Browse files
markandeyredonkulus
authored andcommitted
Remove saucelabs tests (#33)
1 parent 305afb0 commit 1501228

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Gruntfile.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@ module.exports = function(grunt) {
164164
}, {
165165
src: 'build/browserified/test/test-specific-zone-specific-locale.js'
166166
}]
167-
},
168-
saucelabsTest: {
169-
configFile: 'karma.conf.saucelabs.js',
170-
files: [{
171-
src: 'node_modules/intl/dist/Intl.complete.js'
172-
}, {
173-
src: 'build/browserified/test/test-saucelabs.js'
174-
}]
175167
}
176168
},
177169
mochaTest: {
@@ -230,7 +222,7 @@ module.exports = function(grunt) {
230222
grunt.loadTasks('tasks');
231223
grunt.registerTask('build', ['clean:build', 'eslint', 'babel', 'copy', 'gen-package', 'browserify', 'uglify']);
232224

233-
grunt.registerTask('test', process.env.TRAVIS ? ['mochaTest', 'karma'] : ['mochaTest'].concat(allBut('karma', 'saucelabsTest')));
225+
grunt.registerTask('test', process.env.TRAVIS ? ['mochaTest', 'karma'] : ['mochaTest'].concat(allBut('karma')));
234226

235227
grunt.registerTask('default', ['build', 'test']);
236228
grunt.loadNpmTasks('grunt-contrib-copy');

0 commit comments

Comments
 (0)