diff --git a/build b/build index 2ab04ea45..db377be45 100755 --- a/build +++ b/build @@ -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"