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

This reverts commit d1728617c7.

Not having desired effect.
dustin/master
Dustin Oprea 2020-06-01 00:28:09 -04:00
parent d1728617c7
commit 87d01d1392
1 changed files with 2 additions and 6 deletions

View File

@ -7,16 +7,12 @@ 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.
#
# 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
- 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