From e345dd8c9d1377a30ba2a2a408d382f800163595 Mon Sep 17 00:00:00 2001 From: jose nazario Date: Wed, 11 Apr 2018 08:54:05 -0400 Subject: [PATCH] check the CN translation, too, via travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfa52d5..4785076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ before_script: - gem install awesome_bot script: - awesome_bot README.md --white-list https://github.com/sindresorhus/awesome,http://hpfriends.honeycloud.net/#/home,https://malwr.com/ + - awesome_bot README_CN.md --white-list https://github.com/sindresorhus/awesome,http://hpfriends.honeycloud.net/#/home,https://malwr.com/ +