whoops, reenable travis npm test
This commit is contained in:
parent
bda740491c
commit
e65a5e2d1c
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ before_script:
|
||||||
- nvm use stable
|
- nvm use stable
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec && bundle exec brakeman -q -z || npm test
|
- bundle exec rspec && bundle exec brakeman -q -z && npm test
|
||||||
|
|
Loading…
Reference in a new issue