Added apt-get lines to travis.yml
This commit is contained in:
parent
0360c982cc
commit
767260fa3b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user