mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
committed by
GitHub
parent
6483d69c48
commit
5e2b7e6e20
@@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/ruby:2.4.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "A first hello"
|
||||
Reference in New Issue
Block a user