ソースを参照

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