Skip to content

Commit

Permalink
Merge pull request #30 from leakingtapan/travis
Browse files Browse the repository at this point in the history
Add travis config
  • Loading branch information
bertinatto committed Oct 2, 2018
2 parents 8cff078 + cc45ddd commit ab93ac7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .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

6 changes: 4 additions & 2 deletions README.md
@@ -1,10 +1,12 @@
# 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.

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)
[![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)

0 comments on commit ab93ac7

Please sign in to comment.