Sha256: 002ac83a81112fc28cf1d385fcaf7a6c757861d770b4b5bf15f8820073052c71

Contents?: true

Size: 608 Bytes

Versions: 9

Compression:

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

branches:
  only:
    - master

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

9 entries across 9 versions & 1 rubygems

Version Path
cocoapods-stats-1.0.0 .travis.yml
cocoapods-stats-1.0.0.rc.1 .travis.yml
cocoapods-stats-1.0.0.beta.4 .travis.yml
cocoapods-stats-1.0.0.beta.3 .travis.yml
cocoapods-stats-1.0.0.beta.2 .travis.yml
cocoapods-stats-1.0.0.beta.1 .travis.yml
cocoapods-stats-0.6.2 .travis.yml
cocoapods-stats-0.6.1 .travis.yml
cocoapods-stats-0.6.0 .travis.yml