Skip to content

Commit 333748c

Browse files
author
Michael Klishin
committed
Force apt-get to update
php5-cli is apparently missing, probably due to a stale index
1 parent 5c95e69 commit 333748c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/travisci/before_install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
sudo apt-get update
4+
35
sudo apt-get install -y mercurial make xsltproc zip unzip ant ed curl
46

57
# Mono

0 commit comments

Comments
 (0)