@ -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"