From 58247f53e465fa7c4a88ad6b2cc284e68a8777e6 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 16 Mar 2017 17:44:35 +0100 Subject: [PATCH] Add Travis --- .travis.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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.