mirror of https://github.com/dsoprea/go-exif.git
.travis.yml: Drop older Go versions from CI
It causes us to queue for instances due to quota limits.for/master
parent
6303a275e5
commit
357e25f102
|
@ -6,8 +6,6 @@ go:
|
|||
- "1.12"
|
||||
- "1.11"
|
||||
- "1.10"
|
||||
- "1.9"
|
||||
- "1.8"
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get github.com/mattn/goveralls
|
||||
|
|
Loading…
Reference in New Issue