forked from mewkiz/cmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (20 loc) · 665 Bytes
/
Copy path.travis.yml
File metadata and controls
26 lines (20 loc) · 665 Bytes
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
language: go
notifications:
email: false
env:
global:
- secure: "YpljiihWqxHSx/CX9eOzQkm0qXAl2EDbxliMCnzxKdjHKg/Tq+KkqTwwJseUBVfBxc86XQWZu5OIr+sXN/ElF3kQthSz8PinXQa0W1hEwzi5oFQLz7VmSWuxMmgvcwPkoRt5+ebR+ohkRYGbYLdzLjsrHaSnNtkoWHYRieE6/Lg="
- PATH=$HOME/gopath/bin:$PATH
before_install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls
install:
- go get ./...
before_script:
- wget https://gist.github.com/mewmew/379014c9a2e6885e238d/raw/goclean.sh
- chmod +x goclean.sh
script:
- ./goclean.sh