(travis) Update package list before installing stuff
Dagfinn Ilmari Mannsåker [Thu, 2 Apr 2015 09:55:13 +0000 (10:55 +0100)]
maint/travis-ci_scripts/10_before_install.bash

index 3e1a680..374ed6e 100755 (executable)
@@ -49,6 +49,8 @@ export SCHEMA_LOADER_TESTS_BACKCOMPAT=1
 # these will be installed no matter what, also some extras unless CLEANTEST
 common_packages="libapp-nopaste-perl tree"
 
+run_or_err "Updating APT package lists" "sudo apt-get update"
+
 if [[ "$CLEANTEST" = "true" ]]; then
 
   apt_install $common_packages