Skip to content

Commit 53aed77

Browse files
committed
Updated travis
1 parent 86b2b57 commit 53aed77

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
before_install: gem install cocoapods -v '= 0.34.2'
21
language: objective-c
3-
xcode_sdk: iphonesimulator7.1
4-
xcode_project: BitStore.xcworkspace
5-
xcode_scheme: Tests
6-
script: xcodebuild -workspace BitStore.xcworkspace -scheme BitStore -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
2+
before_install:
3+
- gem install cocoapods -v '= 0.34.2'
4+
- brew update
5+
- brew install xctool
6+
script: xctool -workspace BitStore.xcworkspace -scheme Test
7+
script: xctool -workspace BitStore.xcworkspace -scheme BitStore

0 commit comments

Comments
 (0)