Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "2.7"
addons:
postgresql: "9.3"
apt:
packages:
- postgresql-client-9.3
install:
- bash bin/travis-build.bash
- pip install coveralls
Expand Down
4 changes: 2 additions & 2 deletions bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sudo apt-get update -qq
sudo apt-get install solr-jetty libcommons-fileupload-java:amd64

echo "Installing CKAN and its Python dependencies..."
git clone https://github.com/aptivate/ckan
git clone https://github.com/ckan/ckan
cd ckan
export ckan_branch=mapaction-dev
export ckan_branch=2.7
echo "CKAN branch: $ckan_branch"
git checkout $ckan_branch
python setup.py develop
Expand Down