You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dm...@apache.org on 2014/12/15 22:54:14 UTC

mesos git commit: Add dependency installation to travis build

Repository: mesos
Updated Branches:
  refs/heads/master 8ffc568ab -> 0b543658c


Add dependency installation to travis build


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0b543658
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0b543658
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0b543658

Branch: refs/heads/master
Commit: 0b543658c9b0d2cbb8a339af31d5bbaedf357c94
Parents: 8ffc568
Author: Dominic Hamon <dh...@twitter.com>
Authored: Mon Dec 15 13:53:37 2014 -0800
Committer: Dominic Hamon <dh...@twitter.com>
Committed: Mon Dec 15 13:53:37 2014 -0800

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0b543658/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 23ea1bc..4991dd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@ matrix:
 #    - os: osx
 #      env: BUILD_TYPE=Release
 language: cpp
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -y libapr1-dev libsvn-dev libsasl2-dev
 before_script:
   - ./bootstrap
   - mkdir build