Skip to content

Commit

Permalink
[Travis] Align ruby versions with CocoaPods/CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Sep 6, 2017
1 parent fcaa82b commit 56cc19e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Expand Up @@ -5,19 +5,13 @@ branches:
language: ruby
cache: bundler
rvm:
# The latest ruby version
- 2.4.0
# OS X 10.9.5-10.10.0 (2.0.0-p481)
- 2.0.0-p481
# 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.0.0-p647
- 2.3.4
- 2.4.1

matrix:
include:
- rvm: 2.4.0
- rvm: 2.4.1
env: COCOAPODS_CI_TASKS=LINT

script:
Expand Down

0 comments on commit 56cc19e

Please sign in to comment.