From 621b8a820c6eb37369562df70630a9ae5fe3f36b Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Sun, 8 Jan 2017 12:52:03 +0200 Subject: [PATCH] Add Travis CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8284e59..1ba0442 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # packer-builder-upcloud +[![Build Status](https://travis-ci.org/Jalle19/packer-builder-upcloud.svg?branch=master)](https://travis-ci.org/Jalle19/packer-builder-upcloud) + This is a Packer builder which can be used to generate storage templates on UpCloud. It uses the [UpCloud Go SDK](https://github.com/Jalle19/upcloud-go-sdk) to interface with UpCloud's API.