Add CI for downloading emojis
This commit is contained in:
parent
66b2369476
commit
f31dc7d092
3 changed files with 28 additions and 1 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
script:
|
||||
- node update-emojis.js
|
||||
after_success:
|
||||
- bash push.sh
|
Loading…
Add table
Add a link
Reference in a new issue