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 2013/05/30 13:29:01 UTC

git commit: add missing apt-get upgrade within .travis.yml

Updated Branches:
  refs/heads/master 16ee0d17a -> 74c2cc829


add missing apt-get upgrade within .travis.yml


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

Branch: refs/heads/master
Commit: 74c2cc829400ac8bb3de3c4faaa77190ca703ea7
Parents: 16ee0d1
Author: Roger Meier <ro...@apache.org>
Authored: Thu May 30 13:28:17 2013 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Thu May 30 13:28:17 2013 +0200

----------------------------------------------------------------------
 .travis.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/74c2cc82/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7e654f3..e024e21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ language: cpp
 # see what we need: http://thrift.apache.org/docs/install/ubuntu
 before_install:
  - sudo apt-get update -qq
+ - sudo apt-get upgrade -qq
  - 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