Return to previous version

This commit is contained in:
Brenda Wallace
2019-01-03 14:41:11 +13:00
parent 7d7ae1f044
commit 12472d3762

View File

@@ -2,12 +2,9 @@
if [ "${STATIC_CHECKS}" = "true" ]; then
set -euv
rvm use 2.5.3; #overcommit doesn't support 2.6.0
npm install;
gem install --update overcommit haml-lint bundler-audit;
gem install childprocess 0.7.0
pip install --upgrade pip;
pip install yamllint --user;