.travis.yml: Disable V1 CI. Dependencies currently broken and this version is very legacy and very unsupported.

https://github.com/go-errors/errors/issues/27
dustin/master
Dustin Oprea 2020-06-01 00:11:19 -04:00
parent a06d9b9e40
commit d1728617c7
1 changed files with 6 additions and 2 deletions

View File

@ -7,12 +7,16 @@ go:
- "1.11"
- "1.10"
install:
- cd v2
- 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
#
# Currently disabled because some of the dependencies is broken at tip.
#
# - 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