This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 7fcbb971e9c9ae5ad56b1671d887c4e5585b58b5
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon May 7 11:04:11 2018 -0300

    Install multilib
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 430fd44..bd2e216 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ before_install:
   #- sudo apt-get -qq update
   #- sudo apt-get install libc6-dev-i386 gcc-5-multilib g++-5-multilib
   #- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 
--slave /usr/bin/g++ g++ /usr/bin/g++-5
+  - sudo apt-get install gcc-multilib g++-multilib
   - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne 
'/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
   - git clone https://github.com/apache/mynewt-newt
   - cd mynewt-newt && ./build.sh && cd ..

-- 
To stop receiving notification emails like this one, please contact
ut...@apache.org.

Reply via email to