language: ruby
cache: bundler
rvm:
- 2.4.5
script:
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
sudo: false