Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: objective-c
script:
- xctool -workspace VENTouchLock.xcworkspace -scheme VENTouchLockTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool -workspace VENTouchLock.xcworkspace -scheme VENTouchLockTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xcodebuild test -workspace VENTouchLock.xcworkspace -scheme VENTouchLockTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool -workspace VENTouchLockSample/VENTouchLockSample.xcworkspace -scheme VENTouchLockSample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool test -workspace VENTouchLockSample/VENTouchLockSample.xcworkspace -scheme VENTouchLockSample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
before_install:
- gem i cocoapods --no-ri --no-rdoc
- brew uninstall xctool; brew install xctool --HEAD;
- brew update && brew install carthage
- carthage bootstrap --verbose
install:
- pod install
- pod install --project-directory=VENTouchLockSample/
- pod install --project-directory=VENTouchLockSample/
2 changes: 0 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '6.0'

pod 'SSKeychain', '~> 1.2.2'

target 'VENTouchLockTests' do
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '~>0.2'
Expand Down
5 changes: 1 addition & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ PODS:
- Expecta (0.3.1)
- OCMock (2.2.4)
- Specta (0.2.1)
- SSKeychain (1.2.2)

DEPENDENCIES:
- Expecta (~> 0.2)
- OCMock (~> 2.2.2)
- Specta (~> 0.2.1)
- SSKeychain (~> 1.2.2)

SPEC CHECKSUMS:
Expecta: a354d4633409dd9fe8c4f5ff5130426adbe31628
OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2
Specta: 15a276a6343867b426d5ed135d5aa4d04123a573
SSKeychain: 88767e903ee8d274ed380e364d96b7a101235286

COCOAPODS: 0.37.2
COCOAPODS: 0.38.2
Loading