* running jasmine differently for build server

This commit is contained in:
Seth Call 2012-11-18 09:09:36 -06:00
parent fded893402
commit d603d35c2d
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -5,7 +5,7 @@ bundle update
echo "running rspec tests"
bundle exec rspec
echo "running jasmine tests"
rake jasmine
rake jasmine:ci RAILS_ENV=test
if [ "$?" = "0" ]; then
echo "tests completed"