Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiakoval committed Oct 8, 2016
1 parent 29c1c80 commit ee776ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ osx_image: xcode8
language: objective-c

script:
- set -o pipefail && xcodebuild test -project SpeedLog.xcodeproj -scheme SpeedLog -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- set -o pipefail && xcodebuild test -project SpeedLog.xcodeproj -scheme SpeedLog -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 7' | xcpretty -c
- pod lib lint --quick

notifications:
Expand Down
2 changes: 2 additions & 0 deletions SpeedLog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
B5BA46791BFF596C00EC5A0D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = kk.SpeedLogTests;
Expand All @@ -412,6 +413,7 @@
B5BA467A1BFF596C00EC5A0D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = kk.SpeedLogTests;
Expand Down

0 comments on commit ee776ca

Please sign in to comment.