Sign in
edge
/
third_party
/
FiloSottile
/
gvt
/
109e08a0a34c016c300cb3e9d9af99857aba0af3
/
.
/
.travis.yml
blob: b1e04442936eb77eff36c1d45885847a46484502 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.5.2
-
1.6rc2
-
tip
sudo:
false
addons:
ssh_known_hosts:
-
bitbucket.org
env:
global:
-
GO15VENDOREXPERIMENT=
"1"
install:
-
true
script:
-
go test
-
v ./
...