.travis.yml 232 B

123456789101112131415
  1. language: objective-c
  2. notifications:
  3. email:
  4. on_success: never
  5. on_failure: change
  6. script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
  7. git:
  8. depth: 10
  9. branches:
  10. only:
  11. - master