Skip to content

Commit dcd70c0

Browse files
committed
Run update before tests both on Travis and on normal installations
1 parent d1a5cc7 commit dcd70c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ PACKAGENAME=builder
66

77
if [[ "$OSTYPE" == "linux-gnu" ]]; then
88
echo "Configuring environment for Linux"
9+
# Make sure we have up-to-date stuff
10+
sudo apt-get update
911
if [[ ! $TRAVIS ]]; then
1012
# Ubuntu Server (on AWS?) lacks UTF-8 for some reason. Give it that
1113
sudo locale-gen en_US.UTF-8
12-
# Make sure we have up-to-date stuff
13-
sudo apt-get update
1414
sudo apt-get install -y php5-intl
1515
fi
1616
# Install dependencies

0 commit comments

Comments
 (0)