Temporarily disable xcode tests because of flakiness.

This commit is contained in:
Spencer Ahrens 2015-03-26 09:37:31 -07:00
parent df7d9c27f9
commit 8bed1ef732

View File

@ -9,8 +9,6 @@ before_script:
- npm test
- (npm start > packager.log 2>&1 &) && echo $! > packager.pid
script: ./runXcodeTests.sh 8.1
after_script:
- pkill -9 -F packager.pid
- cat packager.log