mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-22 19:58:25 +08:00
18 lines
241 B
YAML
18 lines
241 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "10"
|
|
|
|
before_install:
|
|
# Install Yarn
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
|
|
script:
|
|
- yarn test
|