summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-01-07 16:31:21 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-01-07 16:31:21 -0800
commit8b0d596d0bfce7666e59952a6949572ab826b43c (patch)
tree297fb25ca5fa701b6b0a09821b651447dd7fe2d5 /.travis.yml
parentd322211bf4f4f8bfbac832076ebeaed5285317c4 (diff)
downloadtmwa-8b0d596d0bfce7666e59952a6949572ab826b43c.tar.gz
tmwa-8b0d596d0bfce7666e59952a6949572ab826b43c.tar.bz2
tmwa-8b0d596d0bfce7666e59952a6949572ab826b43c.tar.xz
tmwa-8b0d596d0bfce7666e59952a6949572ab826b43c.zip
Kindly inform Travis-CI that those build failures were expected
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 09037ed..379ebaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,11 +45,9 @@ script:
# after_script: ...
### The rest of the file creates a build matrix
-### containing gcc-4.4 through gcc-4.7 and clang-3.1
+### containing gcc-4.6 through gcc-4.7 and clang-3.1
## This doesn't work - travis defaults to plain gcc if unknown
-# compiler: gcc-4.4
-# compiler: gcc-4.5
# compiler: gcc-4.6
# compiler: gcc-4.7
# compiler: clang
@@ -57,8 +55,6 @@ script:
## Environment variables to expand the build matrix
## Needed because compiler: gcc overwrites CC and CXX
env:
- - REAL_CC=gcc-4.4 REAL_CXX=g++-4.4
- - REAL_CC=gcc-4.5 REAL_CXX=g++-4.5
- REAL_CC=gcc-4.6 REAL_CXX=g++-4.6
- REAL_CC=gcc-4.7 REAL_CXX=g++-4.7
- REAL_CC=clang REAL_CXX=clang++