diff --git a/.travis.yml b/.travis.yml index 99c917c7..d607a7a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ before_script: - nvm use stable - npm install script: - - bundle exec rspec && bundle exec brakeman -q -z || npm test + - bundle exec rspec && bundle exec brakeman -q -z && npm test