Browse Source

Merge pull request #4578 from gyuho/travis

travis: add go1.6
Gyu-Ho Lee 9 years ago
parent
commit
969c87b39f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ sudo: false
 go:
 go:
   - 1.4
   - 1.4
   - 1.5
   - 1.5
+  - 1.6
   - tip
   - tip
 
 
 matrix:
 matrix: