Skip to content

Commit

Permalink
.travis.yml: add g++-multilib/libc6-dbg:i386 only on BITS=32
Browse files Browse the repository at this point in the history
  • Loading branch information
pah committed Aug 12, 2014
1 parent fa3996e commit e613929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e613929

Please sign in to comment.