Skip to content
Snippets Groups Projects
Commit 937b8e38 authored by browniecab's avatar browniecab Committed by Maxim Khlobystov
Browse files

Update .travis.yml

(cherry picked from commit 2efe5ee68b3b067ba758d6bfb2f8b51af3490811)
parent 8674bab7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment