.travis.yml 341 B

12345678910111213
  1. # sign in at https://travis-ci.org/#
  2. before_script:
  3. - sh ios/ThirdParty/PDKeychainBindingsController/update.sh
  4. - sh ios/ThirdParty/1Password/update.sh
  5. # http://docs.travis-ci.com/user/languages/objective-c/
  6. language: objective-c
  7. xcode_sdk:
  8. - iphonesimulator
  9. xcode_project: ios/ShaarliOS.xcodeproj
  10. xcode_scheme:
  11. - ShaarliOS
  12. - Share