ref: 35a821fa1f41583cd81a72e25f416df2bdcf9d62
parent: 5efb0a9a33edba18c9b215cb4c2cee15174918c5
author: Varun B Patil <varun.basavaraj.patil@gmail.com>
date: Tue Jan 28 08:48:04 EST 2014
Updated travis.yml to explicitly build for 32bit architecture
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,4 @@
#link libcrypto for 32bit
- sudo ln -s /lib/i386-linux-gnu/libcrypto.so.1.0.0 /lib/i386-linux-gnu/libcrypto.so
install: make gtest-bootstrap
-script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Debug && make test && make -B && make test && make -B BUILDTYPE=Debug && make test
-
+script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Debug && make test && make -B ENABLE64BIT=No && make test && make -B ENABLE64BIT=No BUILDTYPE=Debug && make test