Wrap go version in brackets in order for Travis to parse it correctly

This commit is contained in:
Blerim Sheqa 2018-12-20 16:54:40 +01:00
parent 9f856fc765
commit 98c1a3a894
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
language: go
go:
- 1.10
- "1.10"
os:
- linux