diff options
author | Wouter van Oortmerssen <wvo@google.com> | 2016-02-22 11:33:14 -0800 |
---|---|---|
committer | Wouter van Oortmerssen <wvo@google.com> | 2016-02-22 11:33:14 -0800 |
commit | 9a76ce8a65d330ea84de9a92c4c62d714ef75800 (patch) | |
tree | 03bc6137b3279f109d98084bd32aa66824d85d1b /.travis.yml | |
parent | 574404e2eefda690e9dca7ba807f327d9e18b94b (diff) | |
download | flatbuffers-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.yml | 5 |
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" |