Skip to content

Commit 02296eb

Browse files
committed
Added travis
1 parent c79a32e commit 02296eb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
script:
7+
- docker build -t quay.io/ukhomeofficedigital/kb8or:travis .
8+
- docker run -it --rm -v ${PWD}:/var/lib/deploy quay.io/ukhomeofficedigital/kb8or:travis --help

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# kb8or
2+
3+
[![Build Status](https://travis-ci.org/UKHomeOffice/kb8or.svg?branch=master)](https://travis-ci.org/UKHomeOffice/kb8or)
4+
25
Continuous Deployment Tool for deploying with [Kubernetes](http://kubernetes.io/).
36

47
## Features

0 commit comments

Comments
 (0)