-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for last stable ruby - 2.3.1
- Loading branch information
Igor Varavko
committed
Aug 20, 2016
1 parent
6789371
commit b5d3885
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |