language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 before_script: # Installs the _biscuit executable: - rake script: - bundle exec rspec spec/ --format=doc