Skip to content

Commit

Permalink
remove ruby 2.0.x from travis matrix
Browse files Browse the repository at this point in the history
2.0.0 is EOL'd.
  • Loading branch information
jhoblitt committed May 10, 2017
1 parent edeb799 commit 6afed1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: ruby
before_install: gem install bundler -v '~> 1.13' -v '< 1.14' --no-ri --no-rdoc
bundler_args: "--without development system_tests"
rvm:
- '2.0'
- '2.1'
- '2.2'
script:
Expand Down

0 comments on commit 6afed1f

Please sign in to comment.