Create config.yml

This commit is contained in:
2019-02-22 17:39:30 +11:00
committed by GitHub
parent 7f8fb0dff3
commit ee707305a0

8
.circleci/config.yml Normal file
View File

@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
steps:
- checkout
- run: echo "A first hello"