ci: Quoted (and corrected) interpretation of Go versions.

pull/3/head
Dustin Oprea 2018-06-13 01:22:21 -04:00
parent d485d511fb
commit dcd8d23b07
1 changed files with 5 additions and 5 deletions

View File

@ -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