Stasik0 10 年 前
コミット
92d4194e8a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,7 +17,7 @@ addons:
     build_command: make
     branch_pattern: coverity_scan
 before_install:
-   - sudo apt-get install gcc-mingw-w64-i686
+   - sudo apt-get install binutils-mingw-w64-i686 gcc-mingw-w64-i686
    - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
    - sudo add-apt-repository ppa:kalakris/cmake -y
    - sudo apt-get update -qq