licensee/.travis.yml

9 lines
96 B
YAML

language: ruby
rvm:
- 2.0
- 2.1
- 2.2
script: "script/cibuild"
sudo: false
cache: bundler