add travis.yml... and wait for xenial to be released

pull/2/merge
Anton Smirnov 7 years ago
parent 76b3fe509d
commit d430514c9b

@ -0,0 +1,13 @@
# 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
Loading…
Cancel
Save