Skip to content

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaoz committed Feb 12, 2016
1 parent 55b76b3 commit 616e8a3
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 @@ -19,4 +19,4 @@ before_install:
script:
- set -o pipefail
- xcodebuild -version
- xctool -project Ji.xcodeproj -scheme "$SCHEME" -sdk "$SDK" ONLY_ACTIVE_ARCH=NO
- xctool -project Ji.xcodeproj -scheme "$SCHEME" -sdk "$SDK" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2 changes: 2 additions & 0 deletions Ji.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@
PRODUCT_NAME = Ji;
SDKROOT = macosx;
SKIP_INSTALL = YES;
STRINGS_FILE_OUTPUT_ENCODING = binary;
};
name = Debug;
};
Expand All @@ -1198,6 +1199,7 @@
PRODUCT_NAME = Ji;
SDKROOT = macosx;
SKIP_INSTALL = YES;
STRINGS_FILE_OUTPUT_ENCODING = binary;
};
name = Release;
};
Expand Down

0 comments on commit 616e8a3

Please sign in to comment.