From c9493929cd41cb0d48b2958a074a271e16711619 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 9 Aug 2016 15:29:33 -0400 Subject: [PATCH] Update circle yml --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 360d3f7..7f0e102 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,7 @@ machine: ruby: version: 2.2.2 + +test: + override: + - bundle exec rake test