mirror of
https://github.com/vbatts/sl-feeds.git
synced 2024-11-22 07:45:39 +00:00
travis: remove it
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
aea11358d7
commit
e06e8e0667
1 changed files with 0 additions and 20 deletions
20
.travis.yml
20
.travis.yml
|
@ -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 ./...
|
Loading…
Reference in a new issue