Browse Source

Merge branch 'ci' into alpha

Noah 7 years ago
parent
commit
8a11832984
2 changed files with 25 additions and 0 deletions
  1. 23 0
      .travis.yml
  2. 2 0
      README.md

+ 23 - 0
.travis.yml View File

@@ -0,0 +1,23 @@
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 View File

@@ -1,5 +1,7 @@
1 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 7
 Audiogram is a library for generating shareable videos from audio clips.