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 - os: osx
env: env:
- ATOM_CHANNEL=stable - ATOM_CHANNEL=stable
rvm: 2.1.10
# - os: osx # - os: osx
# env: # env:
# - ATOM_CHANNEL=beta # - ATOM_CHANNEL=beta
@ -98,7 +97,7 @@ before_install:
- brew tap homebrew/versions - brew tap homebrew/versions
# Ruby language support # Ruby language support
# - gem install ruby-beautify --verbose # - gem install ruby-beautify --verbose
- gem install rubocop # - gem install rubocop
- gem install htmlbeautifier - gem install htmlbeautifier
- gem install puppet-lint - gem install puppet-lint
# Sass language support # Sass language support