add/update deps

This commit is contained in:
Cory Bennett
2017-11-04 15:25:51 -07:00
parent 84bd64a188
commit a2e36e808a
61 changed files with 12394 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
language: go
go:
- 1.5.4
- 1.6.3
- 1.7
install:
- go get -v golang.org/x/tools/cmd/cover
script:
- go test -v -tags=safe ./spew
- go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov
after_success:
- go get -v github.com/mattn/goveralls
- export PATH=$PATH:$HOME/gopath/bin
- goveralls -coverprofile=profile.cov -service=travis-ci