Repository: thrift Updated Branches: refs/heads/master 5ec805b22 -> fa0a125d2
.travis.yml: remove accidently added add sudo command Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/fa0a125d Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/fa0a125d Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/fa0a125d Branch: refs/heads/master Commit: fa0a125d2233c7c5f26e3faa8e72fbfee5a1a765 Parents: 5ec805b Author: Roger Meier <[email protected]> Authored: Mon Apr 27 21:56:51 2015 +0200 Committer: Roger Meier <[email protected]> Committed: Mon Apr 27 21:56:51 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/fa0a125d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ce9ec9b..b49c0a3 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
