Skip to content

Commit

Permalink
Circle CI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
eggman64 authored Feb 12, 2019
1 parent 4eaf26a commit 9fac196
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1
- image: circleci/redis
steps:
- checkout
- run: go get -u gopkg.in/redis.v4
- run: go get -u github.com/stretchr/testify/require
- run:
name: 'Lint'
command: make lint
- run:
name: 'Test'
command: make test
9 changes: 0 additions & 9 deletions circle.yml

This file was deleted.

0 comments on commit 9fac196

Please sign in to comment.