See #18. Add required dependencies for other languages.

This commit is contained in:
Glavin Wiechert 2014-06-16 00:41:14 -03:00
parent cc19eb334f
commit 46103d58e8
1 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ notifications:
on_failure: change on_failure: change
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
before_install:
- gem install ruby-beautify
- pip install --upgrade autopep8
- pear install PHP_Beautifier