Skip to content

Commit

Permalink
Update travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucres committed Aug 5, 2018
1 parent ade5d4b commit 3c90b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podfile: Example/Podfile
before_install:
- pod install --project-directory=Example
script:
- xcodebuild -project 'Example/SwiftyComments.xcodeproj' -scheme 'SwiftyComments-Example' -sdk iphonesimulator build
- xcodebuild -workspace Example/SwiftyComments.xcworkspace -scheme 'SwiftyComments-Example' -sdk iphonesimulator build
#cache:
# directories:
# - Pods
Expand Down

0 comments on commit 3c90b56

Please sign in to comment.