1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-29 01:18:52 +00:00
twemoji/.travis.yml

11 lines
142 B
YAML
Raw Normal View History

language: node_js
node_js:
2018-07-18 23:16:55 +00:00
- "8"
git:
depth: 1
branches:
only:
- gh-pages
install: yarn install --frozen-lockfile
2019-04-03 23:26:10 +00:00
script: yarn test