浏览代码

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