Skip to content

Commit b1c2768

Browse files
author
Jiongzhi Wang
committed
using xcodebuild
1 parent eb48240 commit b1c2768

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.travis.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
language: swift
22
osx_image: xcode9
3-
xcode_project: HamsterUIKit.xcodeproj
4-
xcode_scheme: HamsterUIKit
5-
env:
6-
global:
7-
- FRAMEWORK_NAME=<HamsterUIKit>
83
before_install:
94
- brew update
10-
- brew outdated carthage || brew upgrade carthage
11-
before_script:
12-
before_deploy:
13-
- carthage build --no-skip-current
14-
deploy:
15-
provider: releases
16-
api_key: 71fef5dddc56d1b8b34e6a387e8e352104a491f6
17-
file: ''
18-
on:
19-
repo: Howardw3/HamsterUIKit
5+
- brew install carthage || brew outdated carthage || brew upgrade carthage
6+
branches:
7+
only:
8+
- master
9+
script:
10+
- set -o pipefail && xcodebuild build test -project HamsterUIKit.xcodeproj -scheme HamsterUIKit -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.3.1' | xcpretty --color

0 commit comments

Comments
 (0)