atom-beautify/.travis.yml

46 lines
1.2 KiB
YAML
Raw Normal View History

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'
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
# - cabal install pandoc
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
# - pear install PHP_Beautifier-beta
# Atom dependencies
- apm install language-c
- apm install language-coffee-script
- apm install language-css
- apm install language-html
- apm install language-java
- apm install language-javascript
- apm install language-json
- apm install language-less
- apm install language-mustache
- apm install language-objective-c
- apm install language-perl
- apm install language-php
- apm install language-python
- apm install language-ruby
- apm install language-sass
- apm install language-sql
- apm install language-typescript
- apm install language-xml
- apm install language-csharp
- apm install language-gfm