11 lines
128 B
YAML
11 lines
128 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- 10
|
||
|
sudo: false
|
||
|
script: yarn test
|
||
|
before_script:
|
||
|
- yarn prettier:check
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|