diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d73c8e2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +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' + +git: + depth: 10