Trying to connect Travis CI

This commit is contained in:
nxshock 2017-06-30 21:58:53 +05:00
parent d08980b7e3
commit 2456de9cf4
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
go:
- 1.x
script:
- go test -v ./...

View file

@ -1,5 +1,7 @@
# colorcrop # 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. A pure Go library for cropping images by removing borders with specified color.
## Installation ## Installation