From 2d12a35c4696ce73a9af0f47bcabc167760bb519 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Mon, 17 Feb 2020 21:31:06 -0800 Subject: [PATCH] Test carthage builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bd5088a8..6d56c213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,4 @@ script: - swift build - swift test - bundle exec pod lib lint + - carthage build --no-skip-current && for platform in Mac iOS tvOS; do test -d Carthage/Build/${platform}/CocoaAsyncSocket.framework || exit 1; done