Add CI for downloading emojis

This commit is contained in:
CRIMX 2018-10-04 19:29:18 +08:00
parent 66b2369476
commit f31dc7d092
3 changed files with 28 additions and 1 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: node_js
node_js:
- "8"
script:
- node update-emojis.js
after_success:
- bash push.sh