mirror of https://github.com/status-im/metro.git
19 lines
167 B
YAML
19 lines
167 B
YAML
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "4"
|
||
|
- "6"
|
||
|
- "7"
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
cache:
|
||
|
yarn: true
|
||
|
directories:
|
||
|
- ".eslintcache"
|
||
|
- "node_modules"
|
||
|
|
||
|
script:
|
||
|
- yarn test
|
||
|
|