소스 검색

improve build latency

mihasya 10 년 전
부모
커밋
cd3ffa4e4e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -7,3 +7,7 @@ go:
 
 script:
     - ./validate.sh
+
+# this should give us faster builds according to 
+# http://docs.travis-ci.com/user/migrating-from-legacy/
+sudo: false