Skip to content

Commit 993f022

Browse files
committed
Add sample circleci config
1 parent 9844baf commit 993f022

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/ruby:2.5.1
6+
steps:
7+
- checkout
8+
- run: echo "A first hello"

0 commit comments

Comments
 (0)