| os: |
| - osx |
| language: ruby |
| 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 |
| |
| 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 |
| |
| after_install: |
| - ./bin/pod repo update --silent |
| |
| addons: |
| code_climate: |
| repo_token: 501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55 |
| |