Sign in
apache
/
airflow-on-k8s-operator
/
3b5e9536044ba7c49fdbb743d186e9488fc63ab6
/
.
/
vendor
/
github.com
/
spf13
/
afero
/
.travis.yml
blob: 0637db726dee970868dea6a9c05ff2728371c378 [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.9
-
"1.10"
-
tip
os:
-
linux
-
osx
matrix:
allow_failures:
-
go:
tip
fast_finish:
true
script:
-
go build
-
go test
-
race
-
v ./
...