Skip to content

Commit a5c2950

Browse files
committed
Add CircleCI config
1 parent 9b46f43 commit a5c2950

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/ruby:2.6.6
7+
steps:
8+
- checkout
9+
- run: bundle install
10+
- run: bundle exec rake test
11+
- run: bundle exec rubocop

0 commit comments

Comments
 (0)