forked from wargio/open-rtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (40 loc) · 824 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# stats available at
# https://travis-ci.org/wargio/open-rtc/
language: go
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
sudo: required
services:
- docker
env:
- GEM_HOME=/var/lib/gems/1.9.1
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
install:
- sudo apt-get -y install nodejs python-babel ruby1.9.1-dev
- sudo gem1.9.1 install compass
- sudo gem1.9.1 install scss-lint
- npm install
script:
- docker build -t open-rtc -f Dockerfile .
- ./autogen.sh
- ./configure
- make styleshint
# TODO(fancycode): enable styleslint once all styles have been fixed
# - make styleslint
- make styles
- make jshint
- make javascript
- make goget
- make test
- make binary
- make build-i18n
- make tarball