-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 826 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 826 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
go:
- 1.5.1
sudo: false
env:
global:
- PATH=$HOME/gopath/bin:$PATH
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
before_script:
- git config --global user.name Travis
- git config --global user.email [email protected]
script:
- go build -x ./...
- gofmt -l .
- golint .
- go test -cover -v ./...
addons:
artifacts:
bucket: hamfist
key:
secure: ZLws+O5qbG4IzchOh2N+dN2T73J0tLz4BvyezpEDlt7V8UqNBqXrmFm4RWzyrdd4D7umYVuXYBSIuMPt3Ua0z2lU62qoNJ3+z51vPA78TIQ3v3lgDPiZStgnL0558HJxlQBLn/FBJIRd9D5YzxVGAJy0q5i8XrfGmcIqQFhCdfs=
secret:
secure: TnG9hRHsNzrBQWVgw7VL8l+DuZ3fnHGyT/Do4DkatMoYcRW4BLfG2EJPs3fjmZ7ChdQB4Rr/k4HbkZl9VfyrXhd3aas/e86++5qNzzETy4MXE7MyZwhlgCJjroY9iUoh/p7lTU4abeoJKvJeSb9PIDOxKLrUY9UVuYhHN4A9Xfg=
permissions: public-read