ref: fc66b629ef16f2ca1b4f2804f06b1df0613875fc
parent: 13db1b4ca158e35a2a0b9728e8d72c23a740e594
author: Ethan Hugg <[email protected]>
date: Thu Jan 9 05:24:32 EST 2014
Travis: Use -B option instead of make clean.
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@
install: make gtest-bootstrap
# libssl is not multiarch so we are building 64bit
# and then installing the 32bit version
-script: make ENABLE64BIT=Yes && make test && make clean && make ENABLE64BIT=Yes BUILDTYPE=Release && make test && sudo apt-get install -qq libssl-dev:i386 && make clean && make && make test && make BUILDTYPE=Release clean && make BUILDTYPE=Release && make test
+script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Release && make test && sudo apt-get install -qq libssl-dev:i386 && make -B && make test && make -B BUILDTYPE=Release && make test