See #18. Add .travis.yaml to start using Travis CI.
This commit is contained in:
parent
88651447a7
commit
cc19eb334f
|
@ -0,0 +1,8 @@
|
||||||
|
language: objective-c
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: change
|
||||||
|
|
||||||
|
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
Loading…
Reference in New Issue