1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +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