whoops, reenable travis npm test

This commit is contained in:
Devin Howard 2016-09-23 12:00:47 +08:00
parent bda740491c
commit e65a5e2d1c

View file

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