Skip to content

Commit

Permalink
Add .travis.yml for CI.
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
juliusv committed Oct 1, 2015
1 parent 4c9032a commit e3a2cda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false

language: go
go:
- 1.4.3
- 1.5.1
- tip

install:
- go get -d ./...

script:
- go test -v ./...
- go build -v ./...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Common
[![Build Status](https://travis-ci.org/prometheus/common.svg)](https://travis-ci.org/prometheus/common)

This repository contains Go libraries that are shared across Prometheus
components and libraries.
Expand Down

0 comments on commit e3a2cda

Please sign in to comment.