Add sudo to travis
The builds have been failing, sudo gives us more memory to work with.pull/1824/head
parent
2bd9f94220
commit
1650c59774
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
os: linux
|
||||
dist: precise
|
||||
sudo: required
|
||||
|
||||
go:
|
||||
- 1.8.3
|
||||
|
|
Loading…
Reference in New Issue