summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: ...