Showing
1 changed file
with
2 additions
and
1 deletions
@@ -6,4 +6,5 @@ | @@ -6,4 +6,5 @@ | ||
6 | - brew install xctool | 6 | - brew install xctool |
7 | 7 | ||
8 | script: | 8 | script: |
9 | - - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator build test | 9 | + - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator6.0 clean build test |
10 | + - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry Mac' -configuration Debug -sdk macosx10.7 clean build test |
-
Please register or login to post a comment