Setup ruby correctly for circleci
This commit is contained in:
parent
2235c6b124
commit
4225ddc588
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
ruby:
|
||||
version: 2.0.0
|
||||
machine:
|
||||
ruby:
|
||||
version: 2.0.0
|
||||
test:
|
||||
override:
|
||||
- bundle exec rake ci
|
||||
|
|
Loading…
Reference in a new issue