From b22cfa7185ed7ece7c31281af2d56bcfd26ab555 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 1 Oct 2018 22:29:42 -0700 Subject: [PATCH 1/2] Add travis config Fixes: #27 --- .travis.yml | 13 +++++++++++++ README.md | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .travis.yml 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..d995c2612e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# 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) [![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 +8,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) From cc45ddd529be59eb7a095c29665d63e072ca4f9e Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 1 Oct 2018 22:30:38 -0700 Subject: [PATCH 2/2] Add goreport status in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d995c2612e..f4418abf26 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![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