Only test on Mac OS X for now

This commit is contained in:
Kevin Sawicki
2014-09-26 15:17:35 -07:00
parent f4b23b801d
commit d1ba8b0140

View File

@@ -234,7 +234,7 @@ module.exports = (grunt) ->
ciTasks.push('dump-symbols') if process.platform isnt 'win32'
ciTasks.push('set-version', 'check-licenses', 'lint')
ciTasks.push('mkdeb') if process.platform is 'linux'
ciTasks.push('test') if process.platform isnt 'linux'
ciTasks.push('test') if process.platform is 'darwin'
ciTasks.push('codesign')
ciTasks.push('publish-build')
grunt.registerTask('ci', ciTasks)