From 0d96ff43e0ba4b6557bc1ca6b607b402572a1293 Mon Sep 17 00:00:00 2001 From: browniecab <cody.browne@blindsidenetworks.com> Date: Mon, 27 Aug 2018 11:24:26 -0400 Subject: [PATCH] Update .travis.yml (cherry picked from commit b580e0779f29f4698b9127d679b43b0886427f8d) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 496996c721..8efaf92240 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 -- GitLab