Skip to content

Commit a2e65ac

Browse files
committed
Merge branch '4.9'
2 parents 7670ce0 + b81683b commit a2e65ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/travis/before_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ echo -e "\nCleaning up stale files in /tmp: "
5151
sudo find /tmp -type f -mtime +2 | grep -v "`sudo lsof | grep /tmp |awk '{print $9}'|sed -e '1 d' |sort |uniq | tr \\n \|`" | xargs sudo rm -vf
5252

5353
echo -e "\nUpdating the system: "
54-
sudo apt-get -q -y update > /dev/null
54+
sudo apt-get -y clean
55+
sudo apt-get -y update > /dev/null
5556

5657
echo -e "\nInstalling MySQL: "
5758

0 commit comments

Comments
 (0)