This website works better with JavaScript
Home
Explore
Help
Register
Sign In
scw
/
go-iptables
mirror of
https://github.com/coreos/go-iptables
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
travis: require sudo and use trusty for speed
Stefan Junker
9 years ago
parent
ae89865b88
commit
959716c507
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.travis.yml
+ 3
- 0
.travis.yml
View File
@@ -1,4 +1,7 @@
language: go
+sudo: required
+dist: trusty
+
go:
- 1.4
- 1.5.3