See #18. Add required dependencies for other languages.
This commit is contained in:
parent
cc19eb334f
commit
46103d58e8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue