ruby/spec/mspec/.travis.yml

10 строки
106 B
YAML

sudo: false
language: ruby
script:
- bundle exec rspec
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head