diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:36:20 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:36:20 +0800 |
commit | d207d61f67c6c05bc6246d85fc57134d341092ab (patch) | |
tree | 1bc1951900f6464d0b30fd206007745f8947fbf5 /.travis.yaml | |
parent | 2125f5f7a8ff1647ad47663613860995c55be3b6 (diff) |
Update README
Diffstat (limited to '.travis.yaml')
-rw-r--r-- | .travis.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yaml b/.travis.yaml deleted file mode 100644 index d9f3ffd..0000000 --- a/.travis.yaml +++ /dev/null @@ -1,17 +0,0 @@ -language: go - -install: - - go get -d -t -v ./... && go build -v ./... - -go: - - 1.5 - - 1.6 - - 1.7 - - tip - -script: - - go vet ./... - - go test -v -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file |