Skip to content

Commit

Permalink
Drop support for EOL Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 30, 2018
1 parent 6635fc8 commit ec707ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ env:
language: ruby
matrix:
allow_failures:
- rvm: "2.0"
- rvm: "2.1"
- rvm: "2.2"
- rvm: ruby-head
notifications:
webhooks:
on_start: always
urls:
- http://buildlight.collectiveidea.com/
rvm:
- 1.9.3
- "2.0"
- "2.1"
- "2.2"
Expand Down

0 comments on commit ec707ef

Please sign in to comment.