Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Oct 2, 2018
1 parent 6e933b4 commit b22cfa7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 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.

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 b22cfa7

Please sign in to comment.