ソースを参照

giving m32 up (rel #149)

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

+ 0 - 4
.travis.yml

@@ -46,10 +46,6 @@ script:
    - make
    - echo "Generate documentation"
    - make doc
-   - echo "Debug build and unit tests (32 bit)"
-   - make clean
-   - cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON ..
-   - make && make test
    - echo "Debug build and unit tests (64 bit)"
    - make clean
    - cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..