Sha256: 18b8e47487b6d210474bd2e3288292bc76068dd351a8d7a0e1043c0cb41d39de

Contents?: true

Size: 786 Bytes

Versions: 4

Compression:

Stored size: 786 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

4 entries across 4 versions & 1 rubygems

Version Path
mayday-0.2.0 .travis.yml
mayday-0.1.2 .travis.yml
mayday-0.1.1 .travis.yml
mayday-0.1.0 .travis.yml