Add build arg
This commit is contained in:
parent
048d330161
commit
bcc8a2c8a4
|
@ -9,7 +9,7 @@ before_script:
|
|||
- npm test
|
||||
- (npm start > packager.log 2>&1 &) && echo $! > packager.pid
|
||||
|
||||
script: ./runXcodeTests.sh
|
||||
script: ./runXcodeTests.sh 8.1
|
||||
|
||||
after_script:
|
||||
- pkill -9 -F packager.pid
|
||||
|
|
Loading…
Reference in New Issue