diff --git a/bin/travis-build b/bin/travis-build index 18d06bf9001..c929e41ab90 100755 --- a/bin/travis-build +++ b/bin/travis-build @@ -52,5 +52,5 @@ nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext # Run mocha tests npm install -g mocha-phantomjs phantomjs -paster serve --reload development.ini & +paster serve --reload test-core.ini & mocha-phantomjs -s webSecurityEnabled=false ckan/public/base/test/index.html