normandy/.travis.yml
2015-08-03 13:49:35 +02:00

8 lines
118 B
YAML

language: ruby
rvm:
- '2.1'
- '2.2'
- 'rbx-2.5'
script:
- bundle exec rubocop
- bundle exec rake test