atom-beautify/.travis.yml

24 lines
504 B
YAML
Raw Normal View History

language: objective-c
notifications:
email:
on_success: never
on_failure: change
script: sh build-package.sh
before_install:
# Update Homebrew
2014-06-15 22:09:11 -06:00
- brew update
# Ruby language support
2014-06-15 21:49:14 -06:00
- gem install ruby-beautify --verbose
# Python language support
2014-06-15 21:49:14 -06:00
- brew install python
- pip install --upgrade autopep8
# Markdown language support
2014-12-28 12:28:41 -07:00
- brew install pandoc
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
# - pear install PHP_Beautifier-beta