Sha256: 52d845ab823a5d0c81dbd595d5b044c059ad3f1c52d8af48a444137b04f12c4c

Contents?: true

Size: 813 Bytes

Versions: 3

Compression:

Stored size: 813 Bytes

Contents

language: objective-c
script: scripts/travis.sh

# 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
  - RVM_RUBY_VERSION=2.1.1

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

3 entries across 3 versions & 1 rubygems

Version Path
slather-1.1.0 .travis.yml
slather-1.0.1 .travis.yml
slather-1.0.0 .travis.yml