Merge pull request #36 from lakinduakash/circle-ci-in

Create config.yml for circleci
This commit is contained in:
Lakindu Akash 2019-11-25 10:19:14 +05:30 committed by GitHub
commit 7d730feaad
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"