Add Travis
This commit is contained in:
parent
6189e31e6b
commit
58247f53e4
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -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,6 +1,6 @@
|
||||
# Crunchy: a fork of Deathspike/CrunchyRoll.js
|
||||
|
||||
[](http://issuestats.com/github/Godzil/Crunchy)
|
||||
[](http://issuestats.com/github/Godzil/Crunchy) [](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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user