Skip to content

Commit 8d0aff5

Browse files
committed
switch to Circle CI
1 parent 2a9a4ad commit 8d0aff5

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Golang CircleCI 2.0 configuration file
2+
#
3+
# Check https://circleci.com/docs/2.0/language-go/ for more details
4+
version: 2
5+
jobs:
6+
build:
7+
docker:
8+
- image: circleci/golang:1.9
9+
10+
working_directory: /go/src/github.com/google/gops
11+
steps:
12+
- checkout
13+
14+
# specify any bash command here prefixed with `run: `
15+
- run: go test -v ./...

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gops
22

3-
[![Build Status](https://travis-ci.org/google/gops.svg?branch=master)](https://travis-ci.org/google/gops)[![GoDoc](https://godoc.org/github.com/google/gops/agent?status.svg)](https://godoc.org/github.com/google/gops/agent)
3+
[![GoDoc](https://godoc.org/github.com/google/gops/agent?status.svg)](https://godoc.org/github.com/google/gops/agent)
44

55
gops is a command to list and diagnose Go processes currently running on your system.
66

0 commit comments

Comments
 (0)