From 9a76ce8a65d330ea84de9a92c4c62d714ef75800 Mon Sep 17 00:00:00 2001
From: Wouter van Oortmerssen <wvo@google.com>
Date: Mon, 22 Feb 2016 11:33:14 -0800
Subject: [PATCH] Disabled broken biicode builds on Travis for the moment.

Change-Id: I834e6da091ea704a3fe599a5b99f338d29cd3bf1
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7c3fd348..bee81694 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,9 @@ env:
   matrix:
     - BUILD_TYPE=Debug BIICODE=false
     - BUILD_TYPE=Release BIICODE=false
-    - BUILD_TYPE=Release BIICODE=true
-    - BUILD_TYPE=Debug BIICODE=true
+    # biicode .deb files no longer available.
+    # - BUILD_TYPE=Release BIICODE=true
+    # - BUILD_TYPE=Debug BIICODE=true
   global:
     - GCC_VERSION="4.9"
 
-- 
GitLab