Skip to content

Commit

Permalink
Update rvm version
Browse files Browse the repository at this point in the history
To solve travis error

Gem::InstallError: nokogiri requires Ruby version >= 2.1.0.
An error occurred while installing nokogiri (1.7.0.1), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.7.0.1'` succeeds before bundling.
  • Loading branch information
jperelli committed Jan 4, 2017
1 parent 36f7f08 commit 7cbe002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby

rvm:
- 2.0.0
- 2.1.0

env:
- REDMINE_VERSION=3.1.1 VERBOSE=yes
Expand Down

0 comments on commit 7cbe002

Please sign in to comment.