mirror of https://github.com/dsoprea/go-exif.git
ci: Quoted (and corrected) interpretation of Go versions.
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…
Reference in New Issue