Update .travis.yml

(cherry picked from commit 2efe5ee68b3b067ba758d6bfb2f8b51af3490811)
This commit is contained in:
browniecab 2018-08-28 11:01:52 -04:00 committed by Maxim Khlobystov
parent 8674bab73e
commit 937b8e3827

View File

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