mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
1a03745704
RN 0.48 uses alpha 12, 0.49 uses beta 5, and 0.50 uses 16.0.0. "*" covers everything and "react-native" specifies what peerDep version it wants anyway. "react" is listed under devDeps so that we get the correct version for testing. CI: RN's own tests don't run on Node 4 anymore, test just 6 and 8.
10 lines
82 B
YAML
10 lines
82 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
node_js:
|
|
- '8'
|
|
- '6'
|
|
|
|
script:
|
|
- npm run lint
|