Skip to content

Commit

Permalink
Removed rvm<2.0 for compiling cli component
Browse files Browse the repository at this point in the history
With the requirement of rake 12.3.1, the cli component can not compile with rvm<2.0.
  • Loading branch information
mayanksuman authored and igrigorik committed Jun 1, 2018
1 parent 5a36a07 commit 2bd4707
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ matrix:
- rvm: 2.4.1 # Test web AND cli with specific version
gemfile: Gemfile
# Otherwise test only the cli
- rvm: 1.9
gemfile: lib/vimgolf/Gemfile
- rvm: 2.3
gemfile: lib/vimgolf/Gemfile

Expand Down

0 comments on commit 2bd4707

Please sign in to comment.