소스 검색

Update .travis.yml

Jonas Budelmann 11 년 전
부모
커밋
b3258b57aa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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