Przeglądaj źródła

Merge pull request #8518 from dvrkps/patch-1

travis: add 1.9.x instead of 1.9 to go version
Anthony Romano 8 lat temu
rodzic
commit
f4355a00ae
1 zmienionych plików z 1 dodań i 1 usunięć
  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: