diff --git a/software.yml b/software.yml index 79836202..a4c8ffcf 100644 --- a/software.yml +++ b/software.yml @@ -3325,7 +3325,8 @@ softwarePackages: _home: null _name: CodeClimate _usesDocker: true - brew: codeclimate/formulae/codeclimate + brew:darwin: codeclimate/formulae/codeclimate + script:linux: cd /tmp && curl -L https://github.com/codeclimate/codeclimate/archive/master.tar.gz | tar xvz && cd codeclimate-* && sudo make install impl: _bin: impl _desc: null