projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ecf22f0
)
(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
patch
|
blob
|
blame
|
history
diff --git
a/maint/travis-ci_scripts/10_before_install.bash
b/maint/travis-ci_scripts/10_before_install.bash
index
3e1a680
..
374ed6e
100755
(executable)
--- a/
maint/travis-ci_scripts/10_before_install.bash
+++ b/
maint/travis-ci_scripts/10_before_install.bash
@@
-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