From 0f214baaa487a8b072e196cea3f7ce83f2c56ca6 Mon Sep 17 00:00:00 2001 From: michael starke Date: Wed, 24 May 2017 18:16:42 +0200 Subject: [PATCH] removed unused ci script, updated travis.yml --- .travis.yml | 9 ++++----- ci/build | 6 ------ 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100755 ci/build diff --git a/.travis.yml b/.travis.yml index 8f73972a..21112f4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ -osx_image: xcode7.2 +osx_image: xcode7.3 language: objective-c before_install: - brew update -- brew outdated xctool || brew upgrade xctool - brew install carthage -script: ci/build -notifications: - email: false +- carthage bootstrap --platform Mac +xcode_project: MacPass.xcodeproj +xcode_scheme: MacPass \ No newline at end of file diff --git a/ci/build b/ci/build deleted file mode 100755 index 5bee5d4d..00000000 --- a/ci/build +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -git submodule update --init --recursive -carthage bootstrap --platform Mac -xcodebuild -xcodebuild -scheme MacPass -target MacPass -configuration Release