atom-beautify/.travis.yml

39 lines
1.0 KiB
YAML
Raw Normal View History

language: objective-c
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/a7cbe520877895f3154a
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: true # default: false
email:
on_success: never
on_failure: change
script: sh build-package.sh
2015-02-08 19:10:46 -07:00
env:
2015-02-21 13:27:39 -07:00
- APM_TEST_PACKAGES="language-typescript language-csharp language-marko"
2015-02-08 19:10:46 -07:00
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
# SQL language support
- pip install --upgrade sqlparse
# 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
- wget http://get.sensiolabs.org/php-cs-fixer.phar
- mv php-cs-fixer.phar /usr/local/bin/php-cs-fixer
- chmod a+x /usr/local/bin/php-cs-fixer
# CoffeeScript
- npm install coffee-formatter