fix brakeman call in travis
This commit is contained in:
parent
ac39de74c6
commit
f1f0fc40d0
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ before_script:
|
||||||
- nvm use stable
|
- nvm use stable
|
||||||
- (cd app/assets/javascripts && npm install)
|
- (cd app/assets/javascripts && npm install)
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec && (cd app/assets/javascripts && npm test) && brakeman -q -z
|
- bundle exec rspec && (cd app/assets/javascripts && npm test) && bundle exec brakeman -q -z
|
||||||
|
|
Loading…
Add table
Reference in a new issue