Parcourir la source

Merge pull request #8518 from dvrkps/patch-1

travis: add 1.9.x instead of 1.9 to go version
Anthony Romano il y a 8 ans
Parent
commit
f4355a00ae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ go_import_path: github.com/coreos/etcd
 sudo: false
 
 go:
-  - 1.9
+  - 1.9.x
   - tip
 
 notifications: