From da4b5d972b5dc4cb3b045e2f1cc033192495fc7e Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 21 Dec 2015 14:53:31 +0100 Subject: [PATCH] *: add .travis.yml and status badge to README --- .travis.yml | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e920b053 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: go +matrix: + include: + - go: 1.4.3 + install: + - go get golang.org/x/tools/cmd/cover + - go get golang.org/x/tools/cmd/vet + - go: 1.5.2 + install: true + +script: + - ./test + +notifications: + email: false + +sudo: false diff --git a/README.md b/README.md index 50361868..8b871908 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # dex +[![Build Status](https://travis-ci.org/coreos/dex.png?branch=master)](https://travis-ci.org/coreos/dex) [![Docker Repository on Quay.io](https://quay.io/repository/coreos/dex/status?token=2e772caf-ea17-45d5-8455-8fcf39dae6e1 "Docker Repository on Quay.io")](https://quay.io/repository/coreos/dex) [![GoDoc](https://godoc.org/github.com/coreos/dex?status.svg)](https://godoc.org/github.com/coreos/dex)