You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
231 B

language: ruby
sudo: false # taking advantage of container-based infrastructure
cache: bundler # maybe someday they'll add support for us freeloaders...
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
matrix:
allow_failures:
- rvm: 2.3