Update .travis.yml
(cherry picked from commit 2efe5ee68b3b067ba758d6bfb2f8b51af3490811)
This commit is contained in:
parent
8674bab73e
commit
937b8e3827
@ -8,6 +8,13 @@ install:
|
||||
- echo $docker
|
||||
- cd tests/puppeteer
|
||||
- npm install
|
||||
- conf=$(docker exec $(docker ps -q) bbb-conf --secret | grep "Secret:")
|
||||
- secret=$(echo $conf | cut -d' ' -f2)
|
||||
- echo $conf
|
||||
|
||||
env:
|
||||
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
|
||||
- BBB_SHARED_SECRET=$secret
|
||||
|
||||
script:
|
||||
- node test-html5-check.js
|
||||
|
Loading…
Reference in New Issue
Block a user