Adding basic circleci config (#1226)

I think this will help @rimusz in https://github.com/gomods/athens/pull/1225/files
This commit is contained in:
Aaron Schlesinger
2019-05-14 10:24:44 -07:00
committed by GitHub
parent 6483d69c48
commit 5e2b7e6e20
+8
View File
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
steps:
- checkout
- run: echo "A first hello"