From 4decd81149625d86c878b2d7be9ab8a39c7c59bd Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Mon, 13 Jun 2016 22:02:36 +0200 Subject: [PATCH] This should work now? --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fe2b4b..1c4ae75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: objective-c osx_image: xcode7.3 script: - - xctool -configuration Debug -scheme syncthing-bar test + - touch syncthing/syncthing + - xcodebuild test -configuration Debug -project syncthing-bar.xcodeproj -scheme syncthing-bar -destination 'platform=OS X,arch=x86_64'