Skip to content

Commit 340eda5

Browse files
committed
Pipeline changes
1 parent 990528a commit 340eda5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: go
22

33
go:
44
- "1.10.x"
5+
# Skip the install step. Don't `go get` dependencies. Only build with the
6+
# code in vendor/
7+
install: true
58

69
# before we deploy, we go build for all operating systems we would like to support
710
before_deploy:

0 commit comments

Comments
 (0)