diff --git a/.travis.yml b/.travis.yml index ec60a07..1ddc184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: ruby -rvm: - - 2.1.1 \ No newline at end of file +before_install: + - rvm install 2.1.5 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 00f1c9f..2173fb4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -ruby '2.1.1' +ruby '2.1' gemspec gem "octokit"