From 662ae64b6666df3ba5ccce7150f53e5ca51fbfc3 Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Thu, 5 Dec 2013 14:24:09 -0800 Subject: [PATCH] Attempting to see if updating apt-get will resolve build error --- tests/SetupEnvironment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SetupEnvironment.sh b/tests/SetupEnvironment.sh index f27bd10..c76128e 100755 --- a/tests/SetupEnvironment.sh +++ b/tests/SetupEnvironment.sh @@ -3,6 +3,7 @@ if [ -n "$TRAVIS" ]; then echo 'Travis config not yet written' + sudo apt-get update sudo cp -Rp $TRAVIS_BUILD_DIR/tests/resources /resources sudo /bin/bash /resources/Scripts/Provision.sh