Browse Source

travis: install required multilib package

Kirill Vainer 8 năm trước cách đây
mục cha
commit
316f55859c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -15,6 +15,11 @@ matrix:
     os: linux
   - os: osx
 
+addons:
+  apt:
+    packages:
+      gcc-multilib
+
 before_install:
   - git fetch --unshallow