Browse Source

Stringify Go versions in travis config

DarthSim 6 years ago
parent
commit
8a533d83b7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -1,9 +1,9 @@
 language: go
 go:
-  - 1.8
-  - 1.9
-  - 1.10
-  - 1.11
+  - '1.8'
+  - '1.9'
+  - '1.10'
+  - '1.11'
   - tip
 env:
   - VIPS_VERSION=8.4.6