adding travis config

This commit is contained in:
Christopher T. Herrera 2016-06-20 13:59:07 -04:00
parent 36d6a27cda
commit 1cebe777a7

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: go
go:
- 1.6.1
- tip
install:
- go get github.com/stretchr/testify/assert
script:
- go test