Explorar el Código

Update .travis.yml

Jonas Budelmann hace 11 años
padre
commit
8470882b45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ before_install:
   - sudo easy_install cpp-coveralls
 
 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 
 
 after_success: