diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..68a6efe --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: + - 1.x + +script: + - go test -v ./... \ No newline at end of file diff --git a/README.md b/README.md index f0d0d60..8001c3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # colorcrop +[![Build Status](https://travis-ci.org/nxshock/colorcrop.svg?branch=master)](https://travis-ci.org/nxshock/colorcrop) + A pure Go library for cropping images by removing borders with specified color. ## Installation