removed .travis.yml on master branch

This commit is contained in:
michael starke
2017-06-08 19:54:56 +02:00
parent 3ecff0f8a5
commit 5524d1eb5c
2 changed files with 0 additions and 15 deletions

View File

@@ -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

View File

@@ -1,6 +0,0 @@
#!/bin/bash
git submodule update --init --recursive
carthage bootstrap --platform Mac
xcodebuild
xcodebuild -scheme MacPass -target MacPass -configuration Release