go-exif/.travis.yml
Dustin Oprea 357e25f102 .travis.yml: Drop older Go versions from CI
It causes us to queue for instances due to quota limits.
2020-05-06 01:42:23 -04:00

19 lines
416 B
YAML

language: go
go:
- master
- stable
- "1.13"
- "1.12"
- "1.11"
- "1.10"
install:
- go get -t ./...
- go get github.com/mattn/goveralls
script:
# Don't test recursively, so we stay within v1/legacy.
- go test -v github.com/dsoprea/go-exif
- go test -v github.com/dsoprea/go-exif/exif-read-tool
# Coverage is based on v2.
- cd v2
- EXIF_MODULE_ROOT_PATH="$(pwd)" goveralls -v -service=travis-ci