diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e014f93 --- /dev/null +++ b/.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 diff --git a/README.md b/README.md index 5dee59f..3571f55 100644 --- a/README.md +++ b/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.