Skip to content

Commit

Permalink
[#801] Moved mocha to before nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Jul 18, 2013
1 parent 1a5b63c commit d7b5b3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bin/travis-build
Expand Up @@ -50,9 +50,10 @@ fi

cat test-core.ini

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

# Run mocha tests
# Run mocha front-end tests
paster serve --reload test-core.ini &
mocha-phantomjs http://localhost:5000/base/test/index.html
kill %1

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

0 comments on commit d7b5b3c

Please sign in to comment.