Merge pull request #51 from ethanhugg/travis1

Add 64bit builds to Travis
This commit is contained in:
ekr 2013-12-15 15:10:26 -08:00
commit e307cbb6a1

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