See #18. Improve Travis CI installation of dependencies.

This commit is contained in:
Glavin Wiechert 2014-12-28 03:41:53 -04:00
parent 19e69ab015
commit 5758b0f167
1 changed files with 9 additions and 1 deletions

View File

@ -8,8 +8,16 @@ notifications:
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
before_install:
# Update Homebrew
- brew update
# Ruby language support
- gem install ruby-beautify --verbose
# Python language support
- brew install python
- pip install --upgrade autopep8
- cabal install pandoc
# Markdown language support
# - cabal install pandoc
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
- brew install uncrustify
# PHP
- pear install PHP_Beautifier-beta