Skip to content

Commit

Permalink
[#1304] make sure database is rebuilt during travis test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Nov 4, 2013
1 parent eb1a9e7 commit ed5ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Expand Up @@ -63,7 +63,7 @@ MOCHA_ERROR=$?
killall paster

# And finally, run the nosetests
nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext --with-coverage --cover-package=ckanext --cover-package=ckan
nosetests --ckan --reset-db --with-pylons=test-core.ini --nologcapture ckan ckanext --with-coverage --cover-package=ckanext --cover-package=ckan
# Did an error occur?
NOSE_ERROR=$?

Expand Down

0 comments on commit ed5ecd2

Please sign in to comment.