add rspec command to travis

This commit is contained in:
Joshua Arts 2018-07-10 15:16:35 -04:00
parent 047edbd6e8
commit 4394b0b6e7
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ rvm:
script: script:
- bundle exec rubocop - bundle exec rubocop
- bundle exec rspec
- docker build -t bigbluebutton/greenlight:master . - docker build -t bigbluebutton/greenlight:master .
after_script: after_script: