summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWouter van Oortmerssen <wvo@google.com>2016-02-22 11:33:14 -0800
committerWouter van Oortmerssen <wvo@google.com>2016-02-22 11:33:14 -0800
commit9a76ce8a65d330ea84de9a92c4c62d714ef75800 (patch)
tree03bc6137b3279f109d98084bd32aa66824d85d1b /.travis.yml
parent574404e2eefda690e9dca7ba807f327d9e18b94b (diff)
downloadflatbuffers-9a76ce8a65d330ea84de9a92c4c62d714ef75800.tar.gz
flatbuffers-9a76ce8a65d330ea84de9a92c4c62d714ef75800.tar.bz2
flatbuffers-9a76ce8a65d330ea84de9a92c4c62d714ef75800.zip
Disabled broken biicode builds on Travis for the moment.
Change-Id: I834e6da091ea704a3fe599a5b99f338d29cd3bf1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files 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"