Skip to content

Commit e292004

Browse files
committed
Added travis-after-all installation (Issue #49)
1 parent 787c4c9 commit e292004

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language:
33

44
osx_image: xcode7.3
55

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+
610
matrix:
711
include:
812
- 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

Comments
 (0)