Skip to content

Commit

Permalink
Use latest version of libcommons-fileupload-java on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
torfsen committed Sep 22, 2017
1 parent b8c1dba commit cb2a889
Showing 1 changed file with 1 addition and 1 deletion.
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

echo "Installing CKAN and its Python dependencies..."
git clone https://github.com/ckan/ckan
Expand Down

0 comments on commit cb2a889

Please sign in to comment.