WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
597 B

# stats available at
# https://travis-ci.org/strukturag/spreed-speakfreely/
language: go
go:
- 1.1
- 1.2
- tip
env:
- GEM_HOME=/var/lib/gems/1.8
before_install:
- sudo apt-get update
install:
- sudo apt-get -y install nodejs npm rubygems python-babel
- sudo gem install compass
# 'npm config set ca ""' required only for node 0.6
# which is installed on Travis CI
# see https://github.com/npm/npm/issues/4379#issuecomment-31590254
- sudo npm config set ca ""
- sudo npm install -g po2json
script:
- make get
- make styles
- make javascript
- make binary