Remove rvm update and comment out rubocop install

This commit is contained in:
Steven Zeck 2017-10-29 16:37:22 -05:00 committed by GitHub
parent bd310367fe
commit c3aaf8907e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,6 @@ matrix:
- os: osx
env:
- ATOM_CHANNEL=stable
rvm: 2.1.10
# - os: osx
# env:
# - ATOM_CHANNEL=beta
@ -98,7 +97,7 @@ before_install:
- brew tap homebrew/versions
# Ruby language support
# - gem install ruby-beautify --verbose
- gem install rubocop
# - gem install rubocop
- gem install htmlbeautifier
- gem install puppet-lint
# Sass language support
@ -186,4 +185,4 @@ before_install:
pip install --user beautysh;
else
pip install beautysh;
fi
fi