See #18. Add .travis.yaml to start using Travis CI.

This commit is contained in:
Glavin Wiechert 2014-06-16 00:34:02 -03:00
parent 88651447a7
commit cc19eb334f
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

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