You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/01/05 00:19:30 UTC

git commit: .travis.yml: do "The Miracle Combination" for apt-get§

Updated Branches:
  refs/heads/master cf8b62643 -> 2c7e89b30


.travis.yml: do "The Miracle Combination" for apt-get§


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/2c7e89b3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/2c7e89b3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/2c7e89b3

Branch: refs/heads/master
Commit: 2c7e89b30593b2288ee47ff56c614099bf238b29
Parents: cf8b626
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jan 5 00:18:32 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jan 5 00:18:32 2014 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/2c7e89b3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 68af531..c2d1b6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ language: cpp
 before_install:
  - export NUM_CPU="`grep processor /proc/cpuinfo | wc -l`"; echo $NUM_CPU
  - sudo apt-get update -qq
- - sudo apt-get upgrade -qq
+ - sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
  - sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev 
 # Java
  - sudo apt-get install -qq libcommons-lang3-java ant