From 333748c0fdda18d52eef0323854e788c2406ba0b Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 25 Jul 2013 11:45:19 +0400 Subject: [PATCH] Force apt-get to update php5-cli is apparently missing, probably due to a stale index --- bin/travisci/before_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/travisci/before_install.sh b/bin/travisci/before_install.sh index 47a8b9f4..4513419d 100755 --- a/bin/travisci/before_install.sh +++ b/bin/travisci/before_install.sh @@ -1,5 +1,7 @@ #!/bin/sh +sudo apt-get update + sudo apt-get install -y mercurial make xsltproc zip unzip ant ed curl # Mono