Browse Source

set sudo to false to use new container based infrastructure.

Otto Jongerius 10 years ago
parent
commit
475911a83c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,3 +1,4 @@
+sudo: false
 language: go
 script: make release-all
 install: true