Browse Source

improve build latency

mihasya 10 years ago
parent
commit
cd3ffa4e4e
1 changed files with 4 additions and 0 deletions
  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