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 language: objective-c
before_install: before_install:
- brew update - brew update
- brew outdated xctool || brew upgrade xctool
- brew install carthage - brew install carthage
script: ci/build - carthage bootstrap --platform Mac
notifications: xcode_project: MacPass.xcodeproj
email: false 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