forked from External/greenlight
add rspec command to travis
This commit is contained in:
parent
047edbd6e8
commit
4394b0b6e7
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue