diff --git a/.travis.yml b/.travis.yml index 16dab7e8349e95381d948640cf57c0bde6173f11..d9cd11286b84321a39f840e9ba8f64a295186ab0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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