emoji-mart-lazyload/.travis.yml

11 lines
128 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
branches:
only:
- master