Browse Source

CI: need i386 for linux main test too

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
c5a9d13bce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/before_install.sh

+ 1
- 1
.travis/before_install.sh View File

@@ -2,7 +2,7 @@

set -e

if [ "${TARGET}" = "win32" ]; then
if [ "${TARGET}" = "linux" ] || [ "${TARGET}" = "win32" ]; then
sudo dpkg --add-architecture i386
fi



Loading…
Cancel
Save