summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-04-26 17:00:04 +0200
committerRoger Meier <roger@apache.org>2015-04-26 17:00:04 +0200
commit71f2d8a7140329f0f2fc339d84e50d9b27bf478c (patch)
tree4dd5392dd57cb8ac1da0ec69e1b2619e1479bae8 /.travis.yml
parent7ed94ef8e82e3aabec05d638c3fc2736f081b0f8 (diff)
downloadthrift-71f2d8a7140329f0f2fc339d84e50d9b27bf478c.tar.gz
THRIFT-3067 C++ cppcheck performance related warnings
Patch: Arijit Chattopadhyay <arijitnit06@gmail.com> This closes #444
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b49c0a3ee..ce9ec9b59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ compiler:
- gcc
before_install:
+ add sudo
- sh build/travis/installCXXDependencies.sh
- if [ "$ALL_DEPS" != "no" ] ; then sh build/travis/installDependencies.sh 1> /dev/null ; fi
- if [ "$ALL_DEPS" != "no" ] ; then export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.20/bin:$PATH ; fi