emoji-mart-lazyload/.travis.yml

13 lines
161 B
YAML

language: node_js
node_js:
- 10
sudo: false
script: yarn test
before_script:
- yarn prettier:check
- yarn test:size
- yarn test:ssr
branches:
only:
- master