mirror of
https://github.com/wassname/nvatom.git
synced 2026-08-09 12:10:17 +08:00
14 lines
213 B
YAML
14 lines
213 B
YAML
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
|
|
|
|
sudo: false
|