Browse Source

Merge pull request #8518 from dvrkps/patch-1

travis: add 1.9.x instead of 1.9 to go version
Anthony Romano 8 years ago
parent
commit
f4355a00ae
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
 sudo: false
 
 
 go:
 go:
-  - 1.9
+  - 1.9.x
   - tip
   - tip
 
 
 notifications:
 notifications: