1
2
3
4
5
6
7
language: ruby
bundler_args: --without debug
script: "bundle exec test/validate.rb"
env:
  - CI=true
cache: bundler
sudo: false