adding travis config
This commit is contained in:
parent
36d6a27cda
commit
1cebe777a7
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.6.1
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get github.com/stretchr/testify/assert
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test
|
Loading…
Reference in a new issue