소스 검색

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