mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 01:36:11 +00:00
3870445b7e
Flatten style objects in snapshots
10 lines
147 B
YAML
10 lines
147 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
script:
|
|
- yarn lint
|
|
- yarn test:ci
|