From d8b9a1b4a51a7246bd545671a1df9dc88b70189f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 19 Oct 2016 21:35:30 +0100 Subject: [PATCH] Add circle.yml to run automated tests on github push --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..9958e24 --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +test: + override: + - bundle exec rake test