summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-04-27 21:56:51 +0200
committerRoger Meier <roger@apache.org>2015-04-27 21:56:51 +0200
commitfa0a125d2233c7c5f26e3faa8e72fbfee5a1a765 (patch)
tree6d341a1c2918cacb3762ad18321dd3983184213a /.travis.yml
parent5ec805b22b81001b1b785cd7f85eb8647fde60df (diff)
downloadthrift-fa0a125d2233c7c5f26e3faa8e72fbfee5a1a765.tar.gz
.travis.yml: remove accidently added add sudo command
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ce9ec9b59..b49c0a3ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,6 @@ 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