Add circle.yml to run automated tests on github push

This commit is contained in:
2016-10-19 21:35:30 +01:00
parent 9f8cc61cf1
commit d8b9a1b4a5

3
circle.yml Normal file
View File

@@ -0,0 +1,3 @@
test:
override:
- bundle exec rake test