Added apt-get lines to travis.yml

This commit is contained in:
Ethan Hugg 2013-12-13 10:00:08 -08:00
parent 0360c982cc
commit 767260fa3b

View File

@ -2,4 +2,9 @@ language: cpp
compiler:
- gcc
- clang
# Change this to your needs
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
script: make gtest-bootstrap && make