Skip to content

Commit

Permalink
Remove libcommons-fileupload-java dependency from Travis template
Browse files Browse the repository at this point in the history
  • Loading branch information
torfsen committed Sep 26, 2017
1 parent dae90fd commit e236f50
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 solr-jetty libcommons-fileupload-java
sudo apt-get install solr-jetty

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

0 comments on commit e236f50

Please sign in to comment.