Browse Source

travis: require sudo and use trusty for speed

Stefan Junker 9 years ago
parent
commit
959716c507
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -1,4 +1,7 @@
 language: go
+sudo: required
+dist: trusty
+
 go:
   - 1.4
   - 1.5.3