From d9be957094981714c8717fbf15260b0fe3b6e12e Mon Sep 17 00:00:00 2001
From: browniecab <cody.browne@blindsidenetworks.com>
Date: Tue, 28 Aug 2018 14:28:42 -0400
Subject: [PATCH] Update .travis.yml

(cherry picked from commit 99ddacc5789e7619265a56dcc37eb20f9b9a7222)
---
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5a2e21e4d1..8ff9ebc36f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ install:
   - npm 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:
@@ -18,16 +17,14 @@ env:
     - BBB_SERVER_URL=http://localhost/bigbluebutton/api
 
 script:
-  - echo $BBB_SERVER_URL
-  - echo $BBB_SHARED_SECRET
   - node test-html5-check.js
   - node test-chat.js
   - node test-draw.js
   - node test-status.js
   - node test-switch-slides.js
   - node test-upload.js
+#   - node tests/puppeteer/test-hotkeys.js
+#   - node tests/puppeteer/test-hotkeys-mic-first.js
 
 after_script:
   - docker stop $docker
-#   - node tests/puppeteer/test-hotkeys.js
-#   - node tests/puppeteer/test-hotkeys-mic-first.js
-- 
GitLab