Browse Source

Add Travis

Godzil 7 years ago
parent
commit
58247f53e4
2 changed files with 13 additions and 1 deletions
  1. 12 0
      .travis.yml
  2. 1 1
      README.md

+ 12 - 0
.travis.yml

@@ -0,0 +1,12 @@
+language: node_js
+node_js:
+ - '0.12'
+before_install:
+ - npm install -g tsconfig-lint
+ - npm install -g tslint
+ - npm install -g typescript
+ - npm install -g typings
+script:
+ - npm run types
+ - npm run compile
+ - npm test

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # Crunchy: a fork of Deathspike/CrunchyRoll.js
 
-[![Issue Stats](http://issuestats.com/github/Godzil/Crunchy/badge/issue)](http://issuestats.com/github/Godzil/Crunchy)
+[![Issue Stats](http://issuestats.com/github/Godzil/Crunchy/badge/issue)](http://issuestats.com/github/Godzil/Crunchy) [![Travis CI](https://travis-ci.org/Godzil/Crunchy.svg?branch=master)](https://travis-ci.org/Godzil/Crunchy)
 
 *Crunchy* is capable of downloading *anime* episodes from the popular *CrunchyRoll* streaming service. An episode is stored in the original video format (often H.264 in a MP4 container) and the configured subtitle format (ASS or SRT).The two output files are then merged into a single MKV file.