From 57afc31eeeecd581cd243e059ed274c617def58b Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Mon, 14 Dec 2015 12:49:30 -0500 Subject: [PATCH] Only build on Mac --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96e734e..c617f1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ notifications: before_deploy: - brew update - brew install carthage - - carthage build --no-skip-current + - carthage build --no-skip-current --platform mac - carthage archive Commandant deploy: provider: releases