From ff6587ce2bff9f1b47d2b9ba0186d0a8656f168c Mon Sep 17 00:00:00 2001 From: Fabricio Date: Sat, 17 Nov 2018 08:55:14 -0200 Subject: [PATCH] add travis --- .travis.yml | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9f574d4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: go +go: + - "1.x" diff --git a/README.md b/README.md index a4a055a..4939491 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ **Capture** is a reverse proxy that captures the network traffic and shows it in a dashboard +[![Build Status](https://travis-ci.com/ofabricio/capture.svg?branch=master)](https://travis-ci.com/ofabricio/capture) + ## Binaries / Executables