diff --git a/.travis.yml b/.travis.yml index 496996c7214158d95f3652a24f8a60cc12b4243f..8efaf92240de19f27acf8d57f9473b4a4c2bce81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ language: node_js install: # - git clone git@github.com:browniecab/bigbluebutton-tests.git tests - - cd tests/puppeteer + - cd bigbluebutton-html5/tests/puppeteer - npm install script: - - cd tests/puppeteer + - cd bigbluebutton-html5/tests/puppeteer - node test-chat.js - node test-draw.js - node test-status.js