mirror of
https://github.com/nxshock/colorcrop.git
synced 2025-07-02 00:23:44 +05:00
Trying to connect Travis CI
This commit is contained in:
parent
d08980b7e3
commit
2456de9cf4
2 changed files with 9 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.x
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
|
@ -1,5 +1,7 @@
|
||||||
# colorcrop
|
# colorcrop
|
||||||
|
|
||||||
|
[](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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue