Browse Source

travis: add 1.x instead 1.9 to go version

Davor Kapsa 8 years ago
parent
commit
89ee9d6671
1 changed files with 1 additions and 1 deletions
  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: