travis: Install all dependencies for most of jobs

+ keep 1 build with minimal dependencies.

Currently travis has installed toolchain with native libraries, glibc
and kernel headers so some of the packages listed are already installed.
Missing are most of headers + libnuma, libtirpc and 32-bit libs.

The only exception is selinux support on 32bit build as as
libsepol1-dev:i386 conflict with libsepol1-dev for amd64, thus both
cannot be installed.

During reinstallation for build with minimal dependencies we need to
filter out some packages as toolchain package depends on it.

For minimal build chosen clang 3.9 (changed existing job).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
diff --git a/.travis.packages_i386 b/.travis.packages_i386
new file mode 100644
index 0000000..7253290
--- /dev/null
+++ b/.travis.packages_i386
@@ -0,0 +1,9 @@
+libacl1:i386
+libaio1:i386
+libcap2:i386
+libc6-dev-i386
+libc6:i386
+libkeyutils1:i386
+libnuma1:i386
+libssl-dev:i386
+libtirpc1:i386