language: ruby
install:
  - git submodule update --init --recursive
  - bundle install
sudo: false
