free_mutant/circle.yml

11 lines
199 B
YAML
Raw Normal View History

2013-07-11 11:12:33 -04:00
---
2014-03-26 17:18:02 -04:00
machine:
ruby:
2016-01-23 22:55:23 -05:00
version: '2.3.0'
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