2014-06-15 21:34:02 -06:00
|
|
|
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'
|
2014-06-15 21:41:14 -06:00
|
|
|
|
|
|
|
before_install:
|
2014-06-15 21:49:14 -06:00
|
|
|
- gem install ruby-beautify --verbose
|
|
|
|
- brew install python
|
2014-06-15 21:41:14 -06:00
|
|
|
- pip install --upgrade autopep8
|
2014-06-15 22:03:02 -06:00
|
|
|
- brew install pear
|
2014-06-15 21:41:14 -06:00
|
|
|
- pear install PHP_Beautifier
|