From dcd8d23b070f270a4f427b2aa77e5986a9016580 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 13 Jun 2018 01:22:21 -0400 Subject: [PATCH] ci: Quoted (and corrected) interpretation of Go versions. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 066864c..a6b0823 100644 --- a/.travis.yml +++ b/.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