From 939b9bd1953827b416cc55819772f0af6f473eca Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Thu, 26 Feb 2015 17:11:45 -0800
Subject: [PATCH] Clean between builds

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index eb8db55c76..b2f2c51c02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,9 @@ before_install:
 <<<<<<< HEAD
 script:
   - ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg
-  - ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt
   - ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg
+  - make clean
+  - ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt
   - ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt
   - ./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
   - ./tools/run_tests/run_tests.py -l python -t -j 1 -c opt
-- 
GitLab