parent
fcf55d259f
commit
f20faccbfa
|
@ -147,7 +147,7 @@ jobs:
|
||||||
name: Install NPM modules
|
name: Install NPM modules
|
||||||
command: |
|
command: |
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
npm install --save react-native@0.51
|
# npm install --save react-native@0.51
|
||||||
npm install
|
npm install
|
||||||
# npm install react-native
|
# npm install react-native
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ jobs:
|
||||||
|
|
||||||
ios-testflight:
|
ios-testflight:
|
||||||
macos:
|
macos:
|
||||||
xcode: "8.3.3"
|
xcode: "9.0"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Reference in New Issue