Skip to content

Commit

Permalink
Merge pull request #1 from mdouchement/ft-ci
Browse files Browse the repository at this point in the history
[master] CircleCI
  • Loading branch information
mdouchement authored Apr 7, 2019
2 parents 9d0d9c0 + 1e89944 commit cf5446d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12

environment:
GO111MODULE: 'on'

steps:
- checkout
- run: go test -v ./...

0 comments on commit cf5446d

Please sign in to comment.