We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4ed0f commit 35398ddCopy full SHA for 35398dd
.travis.yml
@@ -2,8 +2,9 @@ language: go
2
go:
3
- '1.10.x'
4
dist: trusty
5
-sudo: false
+sudo: true
6
before_install:
7
+ - sudo dpkg --print-foreign-architectures
8
- sudo dpkg --add-architecture i386
9
- sudo apt-get install -qq --force-yes build-essential gcc-multilib g++-multilib > /dev/null
10
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
0 commit comments