Travis CI: Package cleanup

This commit is contained in:
Lorenz Meier 2015-04-04 11:21:37 +02:00
parent a530f16518
commit fd03e21d88
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ before_script:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8 gcc-4.8 libstdc++-4.8-dev; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
# Travis specific tools
- sudo apt-get install s3cmd grep zip mailutils
- sudo apt-get install s3cmd grep zip
# General toolchain dependencies
- sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386
- sudo apt-get install python-serial python-argparse python-empy