1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-26 07:58:47 +00:00
twemoji/.travis.yml

11 lines
142 B
YAML

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