소스 검색

Merge pull request #2913 from karalabe/travis-go-1.7

TravisCI: add Go 1.7 targets, bump PPA to 1.7 too
Nick Johnson 9 년 전
부모
커밋
3b39d4d1c1
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      .travis.yml

+ 5 - 2
.travis.yml

@@ -12,13 +12,16 @@ matrix:
     - os: linux
       dist: trusty
       go: 1.6.2
+    - os: linux
+      dist: trusty
+      go: 1.7
     - os: osx
-      go: 1.6.2
+      go: 1.7
 
     # This builder does the PPA upload (and nothing else).
     - os: linux
       dist: trusty
-      go: 1.6.2
+      go: 1.7
       env: PPA
       addons:
         apt: