-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
37 lines (32 loc) · 980 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
language: go
cache:
directories:
- ${GOPATH}/src/github.com/${TRAVIS_REPO_SLUG}/vendor
- ${GOPATH}/src/github.com/fzipp
- ${GOPATH}/src/github.com/golang
- ${GOPATH}/src/github.com/gordonklaus
- ${GOPATH}/src/github.com/h12w
- ${GOPATH}/src/github.com/mattn
go:
- 1.9.x
- 1.10.x
sudo: false
env:
CI_SERVICE=travis-ci
install:
- go get github.com/client9/misspell/cmd/misspell
- go get github.com/fzipp/gocyclo
- go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign
- go get github.com/h12w/gosweep
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/goimports
- go get github.com/mattn/goveralls
- go get gonum.org/v1/gonum/stat
- go get gopkg.in/cheggaaa/pb.v1
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/exp/rand
script:
- bash ${GOPATH}/src/github.com/h12w/gosweep/gosweep.sh