Sha256: 4a4eba7d9ca13f59ca6a057309457948bddee1ce479f20e2e923a9b0f4d47966
Contents?: true
Size: 544 Bytes
Versions: 8
Compression:
Stored size: 544 Bytes
Contents
# Sets Travis to run the Ruby specs on OS X machines which are required to # use the native tools to read plists. # language: objective-c env: - RVM_RUBY_VERSION=system before_install: - source ~/.rvm/scripts/rvm - if [[ $RVM_RUBY_VERSION != 'system' ]]; then rvm install $RVM_RUBY_VERSION; fi - rvm use $RVM_RUBY_VERSION - if [[ $RVM_RUBY_VERSION == 'system' ]]; then sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi install: - bundle install --without=documentation script: rake spec
Version data entries
8 entries across 8 versions & 1 rubygems