enable Travis CI

This commit is contained in:
Loic Nageleisen 2015-07-30 08:50:36 +02:00
parent edea63a575
commit 59fb0ddf1f

11
.travis.yml Normal file
View file

@ -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