Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benwebber committed Mar 4, 2018
1 parent 43f004b commit a3b8ea5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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:
- 1.x
- 1.8.x
- 1.9.x

install:
- make .depend

script:
- make test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# packer-post-processor-vhd

[![Packer post-processor plugin](https://img.shields.io/badge/packer-post--processor-blue.svg)](https://www.packer.io/docs/basics/terminology.html#Post_processors) ![Requires Packer 0.7 or higher](https://img.shields.io/badge/packer-0.7+-blue.svg)
[![Build Status](https://travis-ci.org/benwebber/packer-post-processor-vhd.svg?branch=master)](https://travis-ci.org/benwebber/packer-post-processor-vhd)
[![Packer post-processor plugin](https://img.shields.io/badge/packer-post--processor-blue.svg)](https://www.packer.io/docs/basics/terminology.html#Post_processors)
![Requires Packer 0.7 or higher](https://img.shields.io/badge/packer-0.7+-blue.svg)

Packer post-processor plugin to produce Virtual Hard Disk (VHD) files.

Expand Down

0 comments on commit a3b8ea5

Please sign in to comment.