diff --git a/bin/travis-install-dependencies b/bin/travis-install-dependencies index d9dacfbcdc7..25458f80417 100755 --- a/bin/travis-install-dependencies +++ b/bin/travis-install-dependencies @@ -14,7 +14,7 @@ fi # Install postgres and solr sudo apt-get update -qq -sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1 +sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1 redis-server if [ $PGVERSION == '8.4' ] then diff --git a/ckan/pastertemplates/template/bin/travis-build.bash_tmpl b/ckan/pastertemplates/template/bin/travis-build.bash_tmpl index 1d996170989..b4e9d8b0034 100755 --- a/ckan/pastertemplates/template/bin/travis-build.bash_tmpl +++ b/ckan/pastertemplates/template/bin/travis-build.bash_tmpl @@ -5,7 +5,7 @@ echo "This is travis-build.bash..." echo "Installing the packages that CKAN requires..." sudo apt-get update -qq -sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1 +sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1 redis-server echo "Installing CKAN and its Python dependencies..." git clone https://github.com/ckan/ckan