first to commit project

This commit is contained in:
alantong
2018-12-06 15:24:18 +08:00
commit 6ad265fc0c
78 changed files with 6171 additions and 0 deletions

27
.travis.yml Normal file
View File

@@ -0,0 +1,27 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- master
sudo: false
before_install:
- go get github.com/mattn/goveralls
install:
- go get
- go build
script:
- make test
- go test -coverprofile=cover.out github.com/tencentyun/cos-go-sdk-v5
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out
matrix:
allow_failures:
- go: 1.6
- go: 1.7
- go: master