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
516 B

# stats available at
# https://travis-ci.org/strukturag/spreed-webrtc/
language: go
go:
- 1.1
- 1.2
- tip
env:
- GEM_HOME=/var/lib/gems/1.8
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
install:
- sudo apt-get -y install nodejs rubygems python-babel
- sudo gem install compass
- sudo npm install -g po2json
- sudo npm install -g autoprefixer
script:
- ./autogen.sh
- ./configure
- make get
- make styles
- make javascript
- make binary