Skip to content

Commit

Permalink
[CI] Fix dependency resolution error
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
isair committed Nov 25, 2015
1 parent a7e1867 commit f70cc2b
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
@@ -1,4 +1,4 @@
language: objective-c
osx_image: xcode7.1

script: xctool -project MobilePlayer.xcodeproj -scheme MobilePlayer build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
script: xctool -workspace MobilePlayer.xcworkspace -scheme MobilePlayer build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit f70cc2b

Please sign in to comment.