Travis: Fix go version
authorMikael Berthe <mikael@lilotux.net>
Wed, 21 Mar 2018 15:22:28 +0100
changeset 223 1bea7f8ff489
parent 222 348fce59d83d
child 224 60b1d842275a
Travis: Fix go version 1.10 must be quoted.
.travis.yml
--- a/.travis.yml	Wed Mar 21 15:19:11 2018 +0100
+++ b/.travis.yml	Wed Mar 21 15:22:28 2018 +0100
@@ -1,9 +1,9 @@
 language: go
 go:
-- 1.7
-- 1.8
-- 1.9
-- 1.10
+- "1.7"
+- "1.8"
+- "1.9"
+- "1.10"
 - master
 matrix:
   allow_failures: