add travis

This commit is contained in:
Sam 2016-05-14 10:39:21 +10:00
parent e7fee4b145
commit dbdc62cb8d
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.12.0
- 2.0
- 2.1
- 2.2
- 2.3
cache: bundler
sudo: false