Skip to content

Commit

Permalink
added the submodule xctool.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Jan 27, 2014
1 parent cf48a7e commit f92efd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = submodules/Base64
url = https://github.com/nicklockwood/Base64.git
ignore = dirty
[submodule "submodules/xctool"]
path = submodules/xctool
url = https://github.com/facebook/xctool.git
ignore = dirty
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c

script:
- xctool/xctool.sh -project CocoaSecurity.xcodeproj -scheme CocoaSecurity -sdk iphonesimulator build
- xctool/xctool.sh -project CocoaSecurity.xcodeproj -scheme CocoaSecurity -sdk iphonesimulator test -test-sdk iphonesimulator7.0
- submodules/xctool/xctool.sh -project CocoaSecurity.xcodeproj -scheme CocoaSecurity -sdk iphonesimulator build
- submodules/xctool/xctool.sh -project CocoaSecurity.xcodeproj -scheme CocoaSecurity -sdk iphonesimulator test -test-sdk iphonesimulator7.0
1 change: 1 addition & 0 deletions submodules/xctool
Submodule xctool added at 75c50c

0 comments on commit f92efd7

Please sign in to comment.