bigbluebutton-Github/.travis.yml
2018-10-03 13:53:11 -04:00

21 lines
260 B
YAML

dist: trusty
language: node_js
node_js:
- "8"
if: type = pull_request
env:
global:
- BBB_SERVER_URL=http://localhost/bigbluebutton/api
script:
- bash ./build_script.sh
after_script:
- docker stop $docker
- docker rm $docker
- docker rmi b2