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