Skip to content

Commit

Permalink
Make travis install redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Oct 23, 2015
1 parent 6b19927 commit 35c3878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/travis-install-dependencies
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ckan/pastertemplates/template/bin/travis-build.bash_tmpl
Expand Up @@ -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
Expand Down

0 comments on commit 35c3878

Please sign in to comment.