Add initial Travis config
This commit is contained in:
parent
da30e3348e
commit
bed0408ed0
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: objective-c
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
||||
script: './script/cibuild'
|
Loading…
Reference in a new issue