Skip to content

Commit 35398dd

Browse files
author
abdul dakkak
authored
Update .travis.yml
1 parent 3a4ed0f commit 35398dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: go
22
go:
33
- '1.10.x'
44
dist: trusty
5-
sudo: false
5+
sudo: true
66
before_install:
7+
- sudo dpkg --print-foreign-architectures
78
- sudo dpkg --add-architecture i386
89
- sudo apt-get install -qq --force-yes build-essential gcc-multilib g++-multilib > /dev/null
910
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

0 commit comments

Comments
 (0)