Skip to content

Commit

Permalink
[ckan#801] Run mocha tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 17, 2013
1 parent 13f90eb commit f8a5d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/travis-build
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ cat test-core.ini

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

# Run mocha tests
npm install -g mocha-phantomjs phantomjs
mocha-phantomjs -s webSecurityEnabled=false ckan/public/base/test/index.html

0 comments on commit f8a5d32

Please sign in to comment.