Skip to content

Commit

Permalink
[#801] a more precise kill and some extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 23, 2013
1 parent dd46f25 commit b89ab94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/travis-build
Expand Up @@ -51,9 +51,11 @@ fi
cat test-core.ini

# Run mocha front-end tests
# We need ckan to be running for some tests
paster serve --reload test-core.ini &
mocha-phantomjs http://localhost:5000/base/test/index.html
kill %1
# We are done so kill ckan
killall paster

# And finally, run the tests
# And finally, run the nosetests
nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext

0 comments on commit b89ab94

Please sign in to comment.