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

Update .travis.yml

(cherry picked from commit 49ac5b3dae614370bb1c7fad718180ddda0d14db)
parent 937b8e38
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,11 @@ 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:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
- BBB_SHARED_SECRET=$secret
global:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
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