Skip to content

Commit 136c838

Browse files
committed
update .travis.yml
1 parent 5f4d18d commit 136c838

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44

55
osx_image: xcode11.3
66
language: swift
7-
xcode_project: DocumentScanner.xcodeproj
7+
xcode_project: Example/DocumentScanner.xcworkspace
88
xcode_scheme: DocumentScanner-Example
99
xcode_sdk:
1010
- iphoneos13.2
1111

12-
script:
13-
- xcodebuild -project xcode_project -scheme xcode_scheme -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
12+
before_install:
13+
- gem install cocoapods
14+
- pod lib lint
15+
- pod install --project-directory=Example
1416

15-
- pod lib lint
17+
script:
18+
- xcodebuild -project xcode_project -scheme xcode_scheme -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c

0 commit comments

Comments
 (0)