Add build arg

This commit is contained in:
Spencer Ahrens 2015-03-26 09:23:34 -07:00
parent 048d330161
commit bcc8a2c8a4
1 changed files with 1 additions and 1 deletions

View File

@ -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