removed unused ci script, updated travis.yml

This commit is contained in:
michael starke
2017-05-24 18:16:42 +02:00
parent ec5551ecad
commit 0f214baaa4
2 changed files with 4 additions and 11 deletions

View File

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

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