Explorar o código

travis: require sudo and use trusty for speed

Stefan Junker %!s(int64=9) %!d(string=hai) anos
pai
achega
959716c507
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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