Sha256: 2b3bdf71874458597baa27e8500f43f02730b3cf01efb7fbeae45fda714e599d
Contents?: true
Size: 788 Bytes
Versions: 6
Compression:
Stored size: 788 Bytes
Contents
language: objective-c script: bundle exec rspec # Sets Travis to run the Ruby specs on OS X machines which are required to # build the native extensions of Xcodeproj. env: - RVM_RUBY_VERSION=system before_install: - curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem - 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 export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future; fi - 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 --path ./travis_bundle_dir
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
slather-1.8.3 | .travis.yml |
ashtonw-slather-1.8.2 | .travis.yml |
slather-1.8.1 | .travis.yml |
slather-1.8 | .travis.yml |
slather-1.7.1 | .travis.yml |
slather-1.7.0 | .travis.yml |