aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 345afe708..a09976ee7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ rvm:
before_install:
- git submodule update --init --recursive
- sudo apt-get update
- - sudo apt-get install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"`
+ - export DEBIAN_FRONTEND=noninteractive
+ - sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"`
before_script:
- psql -c 'create database foi_test template template0 encoding sql_ascii;' -U postgres
- co database.yml database.yml-test