add Travis config

This commit is contained in:
Ben Balter 2016-12-13 10:27:25 -05:00
parent 89c2cac000
commit 4b62d78e49
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: ruby
cache: bundler
sudo: false
rvm: 2.2
install: script/bootstrap
script: script/cibuild