We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b46f43 commit a5c2950Copy full SHA for a5c2950
.circleci/config.yml
@@ -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