mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-31 11:41:57 +00:00
ci: Quoted (and corrected) interpretation of Go versions.
This commit is contained in:
parent
d485d511fb
commit
dcd8d23b07
10
.travis.yml
10
.travis.yml
@ -1,11 +1,11 @@
|
||||
language: go
|
||||
go:
|
||||
- master
|
||||
- 1.10
|
||||
- 1.9
|
||||
- 1.8
|
||||
- 1.7
|
||||
- 1.6
|
||||
- "1.10"
|
||||
- "1.9"
|
||||
- "1.8"
|
||||
- "1.7"
|
||||
- "1.6"
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get github.com/mattn/goveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user