mirror of https://github.com/dsoprea/go-exif.git
.travis.yml: Disable V1 CI. Dependencies currently broken and this version is very legacy and very unsupported.
https://github.com/go-errors/errors/issues/27dustin/master
parent
a06d9b9e40
commit
d1728617c7
|
@ -7,12 +7,16 @@ 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
|
#
|
||||||
- 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.
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue