1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

switch to Circle CI

This commit is contained in:
Jaana Burcu Dogan 2017-09-04 09:54:58 -07:00
parent 2a9a4ad991
commit 8d0aff5e37
3 changed files with 16 additions and 6 deletions

15
.circleci/config.yml Normal file
View File

@ -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.9
working_directory: /go/src/github.com/google/gops
steps:
- checkout
# specify any bash command here prefixed with `run: `
- run: go test -v ./...

View File

@ -1,5 +0,0 @@
language: go
go:
- 1.8
- 1.9

View File

@ -1,6 +1,6 @@
# gops
[![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)
[![GoDoc](https://godoc.org/github.com/google/gops/agent?status.svg)](https://godoc.org/github.com/google/gops/agent)
gops is a command to list and diagnose Go processes currently running on your system.