Parcourir la source

travis: add 1.x instead 1.9 to go version

Davor Kapsa il y a 8 ans
Parent
commit
89ee9d6671
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.x
   - tip
 
 notifications: