Skip to content

Commit 131f145

Browse files
committed
Add .circleci/config.yml
1 parent 12a41c4 commit 131f145

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2.1
2+
orbs:
3+
ruby: circleci/ruby@0.1.2
4+
5+
jobs:
6+
build:
7+
docker:
8+
- image: circleci/ruby:2.6.3-stretch-node
9+
executor: ruby/default
10+
steps:
11+
- checkout
12+
- run:
13+
name: Which bundler?
14+
command: bundle -v
15+
- ruby/bundle-install

0 commit comments

Comments
 (0)