travis: remove it

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-02-16 14:46:46 -05:00
parent aea11358d7
commit e06e8e0667
No known key found for this signature in database
GPG Key ID: 524F155275DF0C3E
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
language: go
go:
- 1.7
- 1.6
sudo: false
before_install:
- git config --global url."https://".insteadOf git://
- go get -u github.com/golang/lint/golint
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/sl-feeds
- go get github.com/vbatts/sl-feeds/...
install: true
script:
- go build github.com/vbatts/sl-feeds/cmd/sl-feeds
- go test ./...
- go vet ./...
- golint -set_exit_status ./...