mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
91c8d5d20d
* use disintegration/imaging instead of nfnt/resize * update tests * use disintegration lib for thumbing (if necessary)
13 lines
193 B
YAML
13 lines
193 B
YAML
language: go
|
|
go:
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- go test -v -race -cover
|
|
- $GOPATH/bin/goveralls -service=travis-ci
|