Sha256: 7075b38749a5ee0fab224e529940c6d8af3f3216e1f48d6e366d43f31ffe50b5
Contents?: true
Size: 779 Bytes
Versions: 5
Compression:
Stored size: 779 Bytes
Contents
language: objective-c script: bundle exec rake osx_image: xcode8.3 # 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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
slather-2.4.4 | .travis.yml |
slather-2.4.3 | .travis.yml |
slather-2.4.2 | .travis.yml |
slather-2.4.1 | .travis.yml |
slather-2.4.0 | .travis.yml |