Sha256: 8a356d80014830a03ce6a6542abc00278a9024bc2d614a5c815b85ae16398b94

Contents?: true

Size: 576 Bytes

Versions: 4

Compression:

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

cache: bundler
rvm:
  # OS X 10.9.5-10.10.0 (2.0.0-p481)
  - system
  # OS X 10.9.3-10.9.4
  - 2.0.0-p451
  # OS X 10.9.0-10.9.2
  # TODO currently unavailable: https://github.com/travis-ci/travis-ci/issues/2918
  # - 2.0.0-p247
  - 2.1

before_install:
  # There is a bug in travis. When using system ruby, bundler is not installed
  # and causes the default install action to fail.
  - sudo gem install bundler

script: bundle exec rake spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-stats-0.5.3 .travis.yml
cocoapods-stats-0.5.2 .travis.yml
cocoapods-stats-0.5.1 .travis.yml
cocoapods-stats-0.5.0 .travis.yml