Update .travis.yml

(cherry picked from commit 99ddacc5789e7619265a56dcc37eb20f9b9a7222)
This commit is contained in:
browniecab 2018-08-28 14:28:42 -04:00 committed by Maxim Khlobystov
parent c0114f8485
commit d9be957094

View File

@ -10,7 +10,6 @@ install:
- npm install
- conf=$(docker exec $(docker ps -q) bbb-conf --secret | grep "Secret:")
- secret=$(echo $conf | cut -d' ' -f2)
- echo $conf
- export BBB_SHARED_SECRET=$secret
env:
@ -18,16 +17,14 @@ env:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
script:
- echo $BBB_SERVER_URL
- echo $BBB_SHARED_SECRET
- node test-html5-check.js
- node test-chat.js
- node test-draw.js
- node test-status.js
- node test-switch-slides.js
- node test-upload.js
# - node tests/puppeteer/test-hotkeys.js
# - node tests/puppeteer/test-hotkeys-mic-first.js
after_script:
- docker stop $docker
# - node tests/puppeteer/test-hotkeys.js
# - node tests/puppeteer/test-hotkeys-mic-first.js