From d2efa92f31853891139423a488149ce4fdbec307 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 3 Oct 2017 00:46:02 -0700 Subject: [PATCH] update configuration file --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index f84f810..d3f680b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,9 @@ xcode_project: Log.xcodeproj branches: only: - master +before_install: + - brew update + - brew install swiftlint || true + - brew install carthage + - carthage update --platform iOS +