Add files from github.com/pohly/csi-build-rules

This commit is contained in:
Aaron Crickenberger
2019-01-16 10:51:52 -08:00
parent 0535c0d4f1
commit b41cac350d
3 changed files with 1266 additions and 20 deletions

14
travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: go
sudo: required
services:
- docker
matrix:
include:
- go: 1.11.1
script:
- make all test
after_success:
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
make push;
fi