summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-04-11 14:30:12 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-04-11 14:32:03 -0700
commit17c12f96c7bf62b30fb1ff1d07f4650daa57b89c (patch)
tree855ccf1c42d40cdf0b626244193905e7784cfefd /.travis.yml
parent8ce76f29ab6bc6ea0809c085b4f395373b3cb8d7 (diff)
downloadtmwa-17c12f96c7bf62b30fb1ff1d07f4650daa57b89c.tar.gz
tmwa-17c12f96c7bf62b30fb1ff1d07f4650daa57b89c.tar.bz2
tmwa-17c12f96c7bf62b30fb1ff1d07f4650daa57b89c.tar.xz
tmwa-17c12f96c7bf62b30fb1ff1d07f4650daa57b89c.zip
Adjust travis for native amd64 builds
This (mostly) reverts commit af30bb8316849e96fca2764738d0d3e0060c9be7.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c1c3cb..2722936 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,13 +29,7 @@ install:
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test &&
sudo apt-get update -qq;
fi
- -
- if [ "${REAL_CXX}" = "clang++" ];
- then
- sudo apt-get install -qq ${REAL_CXX} g++-multilib;
- else
- sudo apt-get install -qq ${REAL_CXX}-multilib;
- fi
+ - sudo apt-get install -qq ${REAL_CXX}
## Do something before the main test script
# before_script: ...