Sha256: d588786b9f2f61dd62977e2afb1a618128c303f04715a05d810a58fbc4ec24d9

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

# Sets Travis to run the Ruby specs on OS X machines to be as close as possible
# to the user environment.
#
language: objective-c
addons:
 code_climate:
   repo_token: 568c9fe1160fda8ad6e7fdedd70851c5741045de9101633e60dc76d61b7e3d1d   

env:
  - RVM_RUBY_VERSION=system
  # - RVM_RUBY_VERSION=1.8.7-p358

before_install:
  - export LANG=en_US.UTF-8
  - 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 sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi


install:
  - sudo bundle install --without=documentation

script: bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-docs-0.2.0 .travis.yml