Skip to content

Commit

Permalink
Add Circle CI config and remove Travis CI config (#233)
Browse files Browse the repository at this point in the history
Also update Makefile to build tools locally.
Similar to open-telemetry/oteps#14.
  • Loading branch information
songy23 authored and bogdandrutu committed Aug 23, 2019
1 parent 0919971 commit 79139bb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

version: 2

jobs:
build:
docker:
- image: circleci/golang:1.12
steps:
- checkout
- run:
name: Verify
command: make precommit
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ bin
\#*\#

# Vim
.swp
.swp

# Misspell binary
.tools
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

0 comments on commit 79139bb

Please sign in to comment.