remove .travis.yml

pull/452/head
Demian 2 years ago
parent d7fb7a28b1
commit 61dabe90ab

@ -1,13 +0,0 @@
language: go
go:
- 1.13.x
install:
- go get -t -v
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi
Loading…
Cancel
Save