mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Add build arg
This commit is contained in:
@@ -9,7 +9,7 @@ before_script:
|
|||||||
- npm test
|
- npm test
|
||||||
- (npm start > packager.log 2>&1 &) && echo $! > packager.pid
|
- (npm start > packager.log 2>&1 &) && echo $! > packager.pid
|
||||||
|
|
||||||
script: ./runXcodeTests.sh
|
script: ./runXcodeTests.sh 8.1
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- pkill -9 -F packager.pid
|
- pkill -9 -F packager.pid
|
||||||
|
|||||||
Reference in New Issue
Block a user