free_mutant/circle.yml

11 lines
197 B
YAML
Raw Normal View History

2013-07-11 11:12:33 -04:00
---
2014-03-26 17:18:02 -04:00
machine:
ruby:
2015-01-14 07:05:23 -05:00
version: '2.2'
2015-09-11 19:26:04 -04:00
dependencies:
pre:
- bundle -v | grep -Fx "Bundler version 1.10.6" || gem install bundler --version 1.10.6
2013-07-11 11:12:33 -04:00
test:
override:
- bundle exec rake ci