Update .travis.yml

(cherry picked from commit 49ac5b3dae614370bb1c7fad718180ddda0d14db)
This commit is contained in:
browniecab 2018-08-28 12:01:15 -04:00 committed by Maxim Khlobystov
parent 937b8e3827
commit daaee3bad0

View File

@ -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