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