Ver código fonte

Merge branch 'ci' into alpha

Noah 7 anos atrás
pai
commit
8a11832984
2 arquivos alterados com 25 adições e 0 exclusões
  1. 23 0
      .travis.yml
  2. 2 0
      README.md

+ 23 - 0
.travis.yml Ver arquivo

1
+language: node_js
2
+node_js:
3
+  - '6'
4
+  - '4'
5
+  - '0.12'
6
+addons:
7
+  apt:
8
+    sources:
9
+      - ubuntu-toolchain-r-test
10
+      - sourceline: 'ppa:mc3man/trusty-media'
11
+    packages:
12
+      - libcairo2-dev
13
+      - libjpeg8-dev
14
+      - libpango1.0-dev
15
+      - libgif-dev
16
+      - g++-4.9
17
+      - ffmpeg
18
+env:
19
+  - CXX=g++-4.9
20
+before_install:
21
+  - npm explore npm -g -- npm install node-gyp@latest
22
+sudo: required
23
+dist: trusty

+ 2 - 0
README.md Ver arquivo

1
 # Audiogram
1
 # Audiogram
2
 
2
 
3
+[![Build Status](https://travis-ci.org/nypublicradio/audiogram.svg?branch=ci)](https://travis-ci.org/nypublicradio/audiogram)
4
+
3
 🔊 -> 🎥
5
 🔊 -> 🎥
4
 
6
 
5
 Audiogram is a library for generating shareable videos from audio clips.
7
 Audiogram is a library for generating shareable videos from audio clips.