summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-28 18:32:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-28 18:32:32 -0700
commit6763680b3737ccc2b401396d0a963ef20f732b10 (patch)
tree7409cb4a7f0af9d6e5d951eb1ca3c3216c6cd073 /.travis.yml
parentf9e700192ddaf25974a57050298cfe879b5b70eb (diff)
downloadtmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.gz
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.bz2
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.xz
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.zip
Stuff that's necessary for travis to debug debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index fd6d110..043b598 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,23 +76,23 @@ env:
matrix:
allow_failures:
- compiler: clang
- env: REAL_CC=clang-3.2 REAL_CXX=clang++-3.2 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.2
+ env: REAL_CC=clang-3.2 REAL_CXX=clang++-3.2 PPA=ppa:h-rayflood/llvm PACKAGE="clang-3.2 libstdc++6-4.6-dbg"
exclude:
- env: ignore=this
include:
- compiler: clang
- env: REAL_CC=clang-3.2 REAL_CXX=clang++-3.2 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.2
+ env: REAL_CC=clang-3.2 REAL_CXX=clang++-3.2 PPA=ppa:h-rayflood/llvm PACKAGE="clang-3.2 libstdc++6-4.6-dbg"
- compiler: clang
- env: REAL_CC=clang-3.3 REAL_CXX=clang++-3.3 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.3
+ env: REAL_CC=clang-3.3 REAL_CXX=clang++-3.3 PPA=ppa:h-rayflood/llvm PACKAGE="clang-3.3 libstdc++6-4.6-dbg
- compiler: clang
- env: REAL_CC=clang-3.4 REAL_CXX=clang++-3.4 PPA=ppa:h-rayflood/llvm PACKAGE=clang-3.4
+ env: REAL_CC=clang-3.4 REAL_CXX=clang++-3.4 PPA=ppa:h-rayflood/llvm PACKAGE="clang-3.4 libstdc++6-4.6-dbg
- compiler: gcc
- env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.7
+ env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 PPA=ppa:ubuntu-toolchain-r/test PACKAGE="g++-4.7 libstdc++6-4.7-dbg"
- compiler: gcc
- env: REAL_CC=gcc-4.8 REAL_CXX=g++-4.8 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.8
+ env: REAL_CC=gcc-4.8 REAL_CXX=g++-4.8 PPA=ppa:ubuntu-toolchain-r/test PACKAGE="g++-4.8 libstdc++6-4.8-dbg"
- compiler: gcc
- env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.7 EXTRA_CONFIGURE_ARGS=--disable-warnings
+ env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 PPA=ppa:ubuntu-toolchain-r/test PACKAGE="g++-4.7 libstdc++6-4.7-dbg" EXTRA_CONFIGURE_ARGS=--disable-warnings
# everything that was pushed to stable was already on 'master', except
# the version change and some doc changes.