You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# test with minimum and current and previous version of ruby; try default version of rbx
|
|
|
|
language: ruby
|
|
os:
|
|
- xenial # we cannot actually test until xenial is added to Travis
|
|
rvm:
|
|
- '1.9.2'
|
|
- '2.2.4'
|
|
- '2.3.0'
|
|
- rbx
|
|
script:
|
|
- bundle exec rake compile
|
|
- bundle exec rspec
|