Add 64bit builds to Travis

This commit is contained in:
Ethan Hugg 2013-12-15 13:17:49 -08:00
parent 8d3b617761
commit 4d67423170

View File

@ -9,5 +9,5 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
install: make gtest-bootstrap
script: make && make test
script: make && make test && make clean && make ENABLE64BIT=Yes && make test