We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787c4c9 commit e292004Copy full SHA for e292004
1 file changed
.travis.yml
@@ -3,6 +3,10 @@ language:
3
4
osx_image: xcode7.3
5
6
+before_install:
7
+ # Used to allow pushing to CocoaPods only after all matrixed builds have succeeded
8
+ - npm install --save-dev travis-after-all
9
+
10
matrix:
11
include:
12
- script: travis_wait 20 xctool -workspace UnzipKit.xcworkspace -scheme UnzipKit -sdk macosx -configuration Release test -only UnzipKitTests:ExtractFilesTests/testExtractZip64_LargeFile ENABLE_NS_ASSERTIONS=1
0 commit comments