From 59bc0f0fc3bc0a3b8281c258b9aabda530da264c Mon Sep 17 00:00:00 2001 From: "McAfee, Patrick" Date: Thu, 25 Feb 2016 11:18:13 -0500 Subject: [PATCH] first circleci test --- circle.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..ef09897 --- /dev/null +++ b/circle.yml @@ -0,0 +1,8 @@ +machine: + timezone: + America/New_York + +test: + override: + - bundle exec rake +