Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
add circleci testing
Browse files Browse the repository at this point in the history
Performs stlye, spec and integration testing using docker.
  • Loading branch information
miketheman committed Feb 15, 2015
1 parent 80efed3 commit 80387c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circle.yml
@@ -0,0 +1,15 @@
machine:
environment:
KITCHEN_LOCAL_YAML: .kitchen.docker.yml
ruby:
version: 2.2.0
services:
- docker

dependencies:
bundler:
without: [development, kitchen_cloud, kitchen_vagrant]

test:
override:
- bundle exec rake

0 comments on commit 80387c6

Please sign in to comment.