Skip to content

Commit

Permalink
Adds support for last stable ruby - 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Varavko committed Aug 20, 2016
1 parent 6789371 commit b5d3885
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
os:
- osx
language: ruby
language: objective-c
osx_image: xcode7.3

cache:
bundler: true

bundler_args: --jobs 3 --retry 3

rvm:
- 2.2.1
- 2.3.1

before_install:
- gem update --system --no-doc --no-ri
- gem install bundler --no-doc --no-ri

script: bundle exec rake

0 comments on commit b5d3885

Please sign in to comment.