1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-11-02 11:30:12 +00:00
twemoji/.travis.yml
2019-04-03 16:26:10 -07:00

11 lines
124 B
YAML

language: node_js
node_js:
- "8"
git:
depth: 1
branches:
only:
- gh-pages
install: yarn install
script: yarn test