diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8f73972a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -osx_image: xcode7.2 -language: objective-c -before_install: -- brew update -- brew outdated xctool || brew upgrade xctool -- brew install carthage -script: ci/build -notifications: - email: false 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