about summary refs log tree commit diff
path: root/.travis.yml
blob: e15efa97cb8e61ffc949f5092f0a726234a14fd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: ruby
cache: bundler

rvm:
  - 2.2.4

bundler_args: --without development --retry=3 --jobs=3

script: bundle exec rspec