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

This reverts commit d1728617c75344720f97b369852ca28286135139.

Not having desired effect.
This commit is contained in:
Dustin Oprea 2020-06-01 00:28:09 -04:00
parent d1728617c7
commit 87d01d1392

View File

@ -7,16 +7,12 @@ go:
- "1.11" - "1.11"
- "1.10" - "1.10"
install: install:
- cd v2
- go get -t ./... - go get -t ./...
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls
script: script:
# Don't test recursively, so we stay within v1/legacy. # Don't test recursively, so we stay within v1/legacy.
# - go test -v github.com/dsoprea/go-exif
# Currently disabled because some of the dependencies is broken at tip. - 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. # Coverage is based on v2.
- cd v2 - cd v2
- EXIF_MODULE_ROOT_PATH="$(pwd)" goveralls -v -service=travis-ci - EXIF_MODULE_ROOT_PATH="$(pwd)" goveralls -v -service=travis-ci