浏览代码

Dont test against go tip in travis

Chris Bannister 11 年之前
父节点
当前提交
d44dd435b2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -3,7 +3,6 @@ language: go
 go:
   - 1.2
   - 1.3
-  - tip
 
 before_script:
   - go get code.google.com/p/go.tools/cmd/vet