Revert "🐧 Run tests also on Linux"

This reverts commit 31d1f587e3.
This commit is contained in:
Antonio Scandurra
2015-04-09 19:05:33 +02:00
parent 31d1f587e3
commit 5068bd530e

View File

@@ -226,7 +226,7 @@ module.exports = (grunt) ->
ciTasks.push('set-version', 'check-licenses', 'lint')
ciTasks.push('mkdeb') if process.platform is 'linux'
ciTasks.push('create-windows-installer') if process.platform is 'win32'
ciTasks.push('test') if process.platform in ['darwin', 'linux']
ciTasks.push('test') if process.platform is 'darwin'
ciTasks.push('codesign')
ciTasks.push('publish-build')
grunt.registerTask('ci', ciTasks)