emoji-mart-lazyload/.travis.yml

13 lines
161 B
YAML
Raw Normal View History

2019-03-16 17:26:09 +00:00
language: node_js
node_js:
- 10
sudo: false
script: yarn test
before_script:
- yarn prettier:check
2019-12-29 21:47:15 +00:00
- yarn test:size
2019-12-29 23:24:18 +00:00
- yarn test:ssr
2019-03-16 17:26:09 +00:00
branches:
only:
- master