Create config.yml for circleci

This commit is contained in:
Lakindu Akash 2019-11-25 10:13:44 +05:30 committed by GitHub
parent b316c57065
commit 4198e0879c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"