Selaa lähdekoodia

Update .travis.yml

Jonas Budelmann 11 vuotta sitten
vanhempi
commit
8470882b45
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ before_install:
   - sudo easy_install cpp-coveralls
   - sudo easy_install cpp-coveralls
 
 
 script:
 script:
-  - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator6.0 clean build test -freshSimulator -freshInstall
+  - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator7.0 clean build test -freshSimulator -freshInstall
   - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry Mac' -configuration Debug -sdk macosx10.8 clean build test 
   - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry Mac' -configuration Debug -sdk macosx10.8 clean build test 
 
 
 after_success:
 after_success: