소스 검색

Merge pull request #221 from Zariel/dont-test-against-tip

Dont test against go tip in travis
Ben Hood 11 년 전
부모
커밋
09fe792b05
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