Commit e6139299 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

.travis.yml: add g++-multilib/libc6-dbg:i386 only on BITS=32

parent fa3996ea
......@@ -17,7 +17,8 @@ env:
before_install:
- sudo add-apt-repository -y ppa:codegear/release
- sudo apt-get update -qq
- sudo apt-get install -qq premake4 valgrind g++-multilib libc6-dbg:i386
- sudo apt-get install -qq premake4 valgrind
- if [ "$BITS" = 32 ]; then sudo apt-get install -qq g++-multilib libc6-dbg:i386; fi
install: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment