Skip to content

Commit

Permalink
Travis: Just try running the tests to see how we go
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 17, 2013
1 parent 115c0e2 commit 282bf51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/travis-build
Expand Up @@ -33,10 +33,7 @@ sudo -u postgres psql -c "CREATE USER readonlyuser WITH PASSWORD 'pass';"
# make databases psql
sudo -u postgres psql -c 'CREATE DATABASE ckan_test WITH OWNER ckanuser;'
sudo -u postgres psql -c 'CREATE DATABASE ckan_test_datastore WITH OWNER ckanuser;'
# Check postgres version
psql -U ckanuser ckan_test -c 'SELECT version();'

exit 0
pip install -r pip-requirements.txt --use-mirrors
pip install -r pip-requirements-test.txt --use-mirrors

Expand Down

0 comments on commit 282bf51

Please sign in to comment.