diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..92f25ad599 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: go +go_import_path: github.com/bertinatto/ebs-csi-driver + +go: + - "1.10.x" + - "1.11.x" + - master + +script: + - make + - make test + - make test-sanity + diff --git a/README.md b/README.md index 97ab2a7eb2..f4418abf26 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# csi-ebs +[![Build Status](https://travis-ci.org/d-nishi/aws-ebs-csi-driver.svg?branch=master)](https://travis-ci.org/d-nishi/aws-ebs-csi-driver) +[![Go Report Card](https://goreportcard.com/badge/github.com/d-nishi/aws-ebs-csi-driver)](https://goreportcard.com/report/github.com/d-nishi/aws-ebs-csi-driver) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver?ref=badge_shield) +# csi-ebs [Amazon Elastic Block Store (Amazon EBS)](https://aws.amazon.com/ebs/) CSI driver. @@ -7,4 +9,4 @@ Status: Pre-Alpha. ## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-nishi%2Faws-ebs-csi-driver?ref=badge_large)