mirror of https://github.com/dsoprea/go-exif.git
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
parent
d1728617c7
commit
87d01d1392
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue