We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990528a commit 340eda5Copy full SHA for 340eda5
.travis.yml
@@ -2,6 +2,9 @@ language: go
2
3
go:
4
- "1.10.x"
5
+# Skip the install step. Don't `go get` dependencies. Only build with the
6
+# code in vendor/
7
+install: true
8
9
# before we deploy, we go build for all operating systems we would like to support
10
before_deploy:
0 commit comments