producer-core/.travis.yml
Thibault Jouan c9971d7ca0 Use new travis infrastructure (faster)
Setting sudo to false is the documented way to achieve it.
2015-04-04 05:31:45 +00:00

9 lines
105 B
YAML

sudo: false
language: ruby
cache: bundler
rvm:
- 2.2
- ruby-head
- 2.1
script: bundle exec rake ci