diff --git a/.travis.yml b/.travis.yml index ef0d493a..5d5c5e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: install: - gem install awesome_bot script: - - awesome_bot README.md --allow-ssl --allow 403 302 + - awesome_bot README.md --allow-ssl --allow 403,302 after_success: - cd build - sh build.sh diff --git a/README.md b/README.md index e25713c7..12bc59a8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | AniList | AniList Anime | `OAuth` | No | [Go!](http://anilist-api.readthedocs.io/en/latest/) | +| Jikan | Unofficial MyAnimeList API | No | Yes | [Go!](https://jikan.me) | | Kitsu | Anime discovery platform | `OAuth` | Yes | [Go!](http://docs.kitsu.apiary.io/) | | Studio Ghibli | Resources from Studio Ghibli films | No | Yes | [Go!](https://ghibliapi.herokuapp.com) |