Browse Source

Merge pull request #6694 from gyuho/travis

travis: test with Go 1.7.3
Gyu-Ho Lee 9 years ago
parent
commit
0f1eb14374
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.7.1
+  - 1.7.3
   - tip
 
 env: