Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
add travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Dec 20, 2015
1 parent 0c1d71c commit e9b36b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go
sudo: false

go:
- 1.5
- tip

install:
- go get -d -v ./... && go build -v ./...
- go get gopkg.in/check.v1
- go get github.com/stretchr/testify

0 comments on commit e9b36b9

Please sign in to comment.