Skip to content

Commit

Permalink
Travis added
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Witkowski committed Nov 5, 2016
1 parent 16c0338 commit 2a4ff69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go
go:
- 1.7

install:
- go get github.com/prometheus/client_golang/prometheus
- go get golang.org/x/net/context
- go get golang.org/x/net/trace

script:
- go test -v ./...

0 comments on commit 2a4ff69

Please sign in to comment.