Skip to content
Snippets Groups Projects
Commit d1b87d9c authored by browniecab's avatar browniecab Committed by Maxim Khlobystov
Browse files

Update .travis.yml

(cherry picked from commit 3d87555b69ff2f99d23920edaa22fa4e70069c35)
parent c4176cc3
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,17 @@ install: ...@@ -6,10 +6,17 @@ install:
- npm install - npm install
script: script:
- docker build -t b2 .
- docker=$(docker run -d -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h localhost)
- echo $docker
- node test-html5-check.js
- node test-chat.js - node test-chat.js
- node test-draw.js - node test-draw.js
- node test-status.js - node test-status.js
- node test-switch-slides.js - node test-switch-slides.js
- node test-upload.js - node test-upload.js
- docker stop $docker
# - node tests/puppeteer/test-hotkeys.js # - node tests/puppeteer/test-hotkeys.js
# - node tests/puppeteer/test-hotkeys-mic-first.js # - node tests/puppeteer/test-hotkeys-mic-first.js
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment